home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (4th Edition) / The Business Master - 4th Edition.iso / files / finacial / monbanks / __002.exe / MONEY.DOC < prev    next >
Text File  |  1993-01-20  |  120KB  |  2,383 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.          ╔════════════════════════════════════════════════════════════╗
  10.          ║                                                            ║
  11.          ║                     { MONEY & BANKS } tm                   ║
  12.          ║                                                            ║
  13.          ║                                                            ║
  14.          ║  (C) Copyright MCMXCII, MCMXCIII RCCO Research Associates. ║
  15.          ║    All Rights Reserved under International Conventions.    ║
  16.          ║                                                          D ║
  17.          ╚════════════════════════════════════════════════════════════╝
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53. { MONEY & BANKS } Documentation
  54. ─────────────────────────────────────────────────────────────────────────────
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. MONEY.DOC               { MONEY & BANKS }  Documentation               Page 2
  66.  
  67.  
  68.  
  69. Table of Contents
  70. ──────────────────                                                       page
  71.  
  72. Quick Start .............................................................   3
  73.  
  74. Easy batch file ideas ...................................................   4
  75.  
  76. Moving around ...........................................................   5
  77.  
  78. Practice with SAMPLE.BNK ................................................   6
  79.  
  80. The opening screen:  Main Menu ..........................................   8
  81.  
  82. Transactions Module .....................................................   9
  83.  
  84. Table View of Account Tables ............................................  12
  85.  
  86. Editing, Adding to the Payee/Payor Table ................................  13
  87.  
  88. Editing, Adding to the Allocation Table .................................  14
  89.  
  90. Split Transactions ......................................................  16
  91.  
  92. Dual PCodes? ............................................................  17
  93.  
  94. Viewing/Editing the Archive table .......................................  18
  95.  
  96. Reconcile your Bank Statement ...........................................  19
  97.  
  98. Adding a New Account ....................................................  20
  99.  
  100. The Check Printer .......................................................  21
  101.  
  102. The Label Writer ........................................................  23
  103.  
  104. The Report Writer .......................................................  24
  105.  
  106. View Tables .............................................................  27
  107.  
  108. The Utilities Menu ......................................................  28
  109.  
  110. Printer Support for Reports, Checks and Labels Printing .................  30
  111.  
  112. Technical Matters .......................................................  31
  113.  
  114. APPENDIX A  (additional check-printing setup & information)..............  33
  115.  
  116. APPENDIX B  (registration notes & information) ..........................  35
  117.  
  118. APPENDIX C  (commonly asked questions & some answers) ...................  37
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126. MONEY.DOC               { MONEY & BANKS }  Documentation               Page 3
  127.  
  128.  
  129.  
  130.  
  131.  ┌──────────────────────────────────────────────────────────────────────────┐
  132.  │ To read this documentation on-line anywhere in the program, simply press │
  133.  │ the <Alt-M> (for "manual") key combination.  The on-line manual is also  │
  134.  │ available as a selection on the Utilities Menu.                          │
  135.  └──────────────────────────────────────────────────────────────────────────┘
  136.  
  137.  
  138.  
  139.  
  140. Quick Start:
  141. ─────────────
  142. If you did *NOT* use INSTALL.EXE, or are moving files:
  143.  
  144. Place all the program files in a directory on your hard disk called
  145.  
  146.            \MONEY
  147.  
  148. Only one type of accounts,  such as "personal accounts" (usually your bank or
  149. money market accounts,  as many as desired),  should be created/maintained in
  150. this one directory.   (If you are using the program ONLY for a small business
  151. location,  obviously  your business banking will be done  in the main  \MONEY
  152. directory;  the point is,  do not commingle personal and business accounts in
  153. the same directory.)
  154.  
  155.   ┌───────────────────────────────────────────────────────────────────────┐
  156.   │ If you went through the normal Install process using INSTALL.EXE the  │
  157.   │ above directory was created and all files properly installed.         │
  158.   └───────────────────────────────────────────────────────────────────────┘
  159.  
  160.  
  161. The following few paragraphs are applicable only if you are setting up addit-
  162. ional  directories for business accounts  that are not  to be commingled with
  163. data from your personal accounts:
  164.  
  165. If business or institutional account(s) are to be used, create a subdirectory
  166. directly below \MONEY, ie:
  167.  
  168.             \MONEY\BUSINESS
  169.  
  170. When you require directories in addition to the original \MONEY directory you
  171. *MUST*  add the  \MONEY  directory to the path statement in your autoexec.bat
  172. file.   (You  need  not  alter  the path statement if only the one directory,
  173. \MONEY, will be used.)
  174.  
  175. Also, in your \MONEY\BUSINESS directory make sure you have copies of the fol-
  176. lowing files:
  177.  
  178.    PNAMES.DBF, ALLOCATE.DBF, SECUR.DBF, CARDS.DBF, _ADMIN.PCX,  and
  179.    ARCHIVE.DBF (any needed .NTX files will be built by the program)
  180.  
  181.    (Whenever you create a new data directory  other than the original  \MONEY
  182.    directory,  please ascertain the above files are present in the directory.
  183.    DO NOT PLACE DUPLICATES OF ANY OTHER FILES IN THE SECONDARY DIRECTORIES!)
  184.  
  185.  
  186.  
  187. MONEY.DOC               { MONEY & BANKS }  Documentation               Page 4
  188.  
  189.  
  190.  
  191. Most of these files will eventually be different from those in  your personal
  192. directory; for example,  Payees/Payors/Allocations will vary.  The sample en-
  193. tries  in the  PAYEE/PAYOR table  and the  ALLOCATION table may eventually be
  194. changed/deleted by you after you see how they are set up for your own needs.
  195.  
  196. The Archive table  (ARCHIVE.DBF)  for each directory  must start with a clean
  197. (empty) copy;  all the bank accounts  (*.BNK files)  that will  be created in
  198. each directory will depend on the one Archive table.
  199.  
  200. You may delete previous or samples entries  made in the Archive table  before
  201. any new,  "real" data is entered during transactions.    There is more infor-
  202. mation on deletions in the Archive table in the documentation under the head-
  203. ing, "Practice with SAMPLE.BNK."
  204.  
  205. Remember,  do  not tamper with  or delete any file that begins with an under-
  206. score, as the program will not work properly.
  207.  
  208. Do not create banking directories  other than one level immediately under the
  209. main \MONEY directory.  That is, do not create something like
  210.  
  211.                      \MONEY\BUSINESS\BUS2
  212.  
  213. Rather, if a second business directory is needed, use
  214.  
  215.                      \MONEY\BUS2
  216.  
  217. There may be as many subdirectories off \MONEY as you would like, and you may
  218. add as many bank account tables as you would like in each directory.
  219.  
  220.  
  221.  
  222.  
  223.  
  224. Easy batch file ideas...
  225. ─────────────────────────
  226. You may wish to create two batch files for your batch directory:
  227.        ┌──────────┐
  228.        │ BANK.BAT │               (for personal accounts only)
  229.        └──────────┘
  230.          @ECHO OFF
  231.          C:                       (or whatever drive you use)
  232.          CD \MONEY
  233.          MONEY
  234.  
  235.  
  236. and the other one for business accounts:
  237.        ┌───────────┐
  238.        │ BANKB.BAT │              (for business accounts, if needed)
  239.        └───────────┘
  240.          @ECHO OFF
  241.          C:
  242.          CD \MONEY\BUSINESS
  243.          MONEY                    ( \MONEY must be in the path statement)
  244.  
  245.  
  246.  
  247.  
  248. MONEY.DOC               { MONEY & BANKS }  Documentation               Page 5
  249.  
  250.  
  251.  
  252. Please  consult your  DOS manual  if you are  unfamiliar with  creating batch
  253. files and altering your path statement.   The above batch files will make op-
  254. eration of  { MONEY & BANKS }  easier for you.
  255.  
  256. If you have not yet created your batch files and simply want to get right in-
  257. to the program, change to the \MONEY directory and type:
  258.  
  259.                         MONEY <Enter>
  260.  
  261. to begin the  { MONEY & BANKS }  program.
  262.  
  263.  
  264.  
  265.  
  266. And then...
  267. ────────────
  268. One of the first things you may wish to do in  { MONEY & BANKS } is set up at
  269. least  one account for your own bank.    There is an option on the  Main Menu
  270. that will guide you through this.   There is also a sample bank table, called
  271. SAMPLE.BNK,  that is for your practice;  there is further info on this in the
  272. section of the documentation called "Practice with SAMPLE.BNK."
  273.  
  274. Using the sample table  will keep you from entering data incorrectly  in your
  275. own "real" tables while you are learning the program; a few minutes using the
  276. sample table will save you a great deal of time later on.
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285. Moving around...
  286. ─────────────────
  287. In general,  the  <Esc> key or  <RightMouse> will back you up to the previous
  288. screen or menu; exceptions are noted on certain screens, but in general <Esc>
  289. or  <RightMouse> are the exit keys.    <LeftMouse> is the same as the <Enter>
  290. key.     Scroll with the mouse or arrow keys up/down tables, menus, on-screen
  291. reports, and when reading this reference material on-line.
  292.  
  293. In most data tables,  when  accessing  them  in  'Table View'  (similar to  a
  294. spreadsheet image),  there  are  some special key combinations called  Quick-
  295. Jumps.   QuickJumps allow you to move around to the  four corners of a  table
  296. instantly,  avoiding  lengthy scrolling with  arrow keys or  the mouse.   The
  297. QuickJump keys are:     <Ctrl-PgDn>      <Ctrl-PgUp>      <Ctrl-End>      and
  298. <Ctrl-Home>.   (Also,  <Ctrl-RightArrow> and <Crtl-LeftArrow> may be used for
  299. panning to the right and left.)    Once you observe their function, you  will
  300. most likely  always use them.   Often their  availability  is indicated  with
  301. reminders at the bottom of  many table view screens;  their existence and use
  302. is available in almost all table views throughout the program,  whether indi-
  303. cated or not.    Pressing <Esc> or <RightMouse> while in table view saves any
  304. changes that may have been made and returns you to the previous level.
  305.  
  306.  
  307.  
  308.  
  309. MONEY.DOC               { MONEY & BANKS }  Documentation               Page 6
  310.  
  311.  
  312. To answer one question you will have:   the little "pushbuttons" appearing at
  313. the top of the menus are cosmetic only, they do nothing (except make you won-
  314. der what they are for).  You cannot address them with the mouse.
  315.  
  316.  ┌──────────────────────────────────────────────────────────────────────────┐
  317.  │ Almost everywhere in the program, pressing <F1> for Help will bring up   │
  318.  │ context-sensitive Help.  The center button on three-button mice, alias   │
  319.  │ <MiddleMouse>, will provide the same function as the <F1> Help key.      │
  320.  └──────────────────────────────────────────────────────────────────────────┘
  321.  
  322. To read this documentation on-line anywhere in the program,  simply press the
  323. <Alt-M> (for "manual") key combination.  The on-line manual is also available
  324. as a selection on the Utilities Menu.
  325.  
  326. Don't forget to try the pop-up Calculator with the <Alt-K> combination in any
  327. module, anywhere in the program;  <Esc> or <RightMouse> exits the calculator.
  328. Also, anywhere in the program <Alt-L> will bring up a pop-up Calendar;  <Esc>
  329. or <RightMouse> exits the calendar.  These utilities are also available (with
  330. clear, uncluttered backgrounds) as selections on the Utilities menu.
  331.  
  332.  
  333.  
  334.  
  335. Practice with SAMPLE.BNK...
  336. ────────────────────────────
  337. Before you start entering your transactions in any newly created bank account
  338. tables, you may want to experiment with the the practice account table called
  339. SAMPLE.BNK included with the files in this package.   (For information on how
  340. to make transaction entries in SAMPLE Bank  or other account tables,  see the
  341. section on the Transactions module in the documentation.)
  342.  
  343. Practice  entering  all  types  of  transactions in  SAMPLE Bank:   deposits,
  344. checks, ATM withdrawals, etc.  Initially, make yourself a generous deposit so
  345. that you will have some "mad money" to play with.   Manipulate and spend lots
  346. of it.   You may experiment with printing "checks" (use blank pieces of paper
  347. or  discardable  checks),  as well as mailing labels.   Before you leave your
  348. practice sessions,  make sure you try entering a few "split" transactions  --
  349. both checks and deposits -- that are mentioned in the documentation under the
  350. heading, "Split Transactions."   Most of all, try to get comfortable with the
  351. interface  and  feel of the Transactions module and all that must be recorded
  352. there, observing/using the various options, "hot-keys," and pop-up screens.
  353.  
  354. Time spent practicing  with SAMPLE Bank  will pay off in lessening  the tedi-
  355. ous  editing/removal in your "real" account tables of erroneous or  misunder-
  356. stood data entry.
  357.  
  358. Remember, however,  any "transactions" you make in this practice account will
  359. be automatically entered into the existing  Archive table  as well,  and will
  360. need to be deleted before doing any "real" transactions in your own accounts.
  361.  
  362. After  practicing,  to delete  SAMPLE Bank's  entries from the Archive table,
  363. choose View Tables from the Main Menu,  then select Other (*.DBF).   From the
  364. resulting scrolling list,  select ARCHIVE.DBF and carefully follow these ins-
  365. tructions for deleting records (rows) in the Archive table:
  366.  
  367.  
  368.  
  369.  
  370. MONEY.DOC               { MONEY & BANKS }  Documentation               Page 7
  371.  
  372.  
  373. Place the cursor on any entries that have in the column "ICODE"  (which shows
  374. the different institutions,  or accounts,  in your system)  the  entry called
  375. "SAMPLE;"  these are the  practice  entries  that  result after you have made
  376. sample transactions.   If you have not made other  "transactions"  than those
  377. with  SAMPLE Bank  you will see only  "SAMPLE"  in the ICODE column.   Simply
  378. press the  <Del>  key on your keyboard on each row as you move down the table
  379. searching for SAMPLE Bank's entries.
  380.  
  381. Please be aware that when you delete (with the <Del> key) a record (or "row,"
  382. if you are  used  to  spreadsheet  terms),  it is first "marked" for deletion
  383. (you will see a caption,  <Deleted>  at the top of the screen).    The actual
  384. deletion does NOT OCCUR until you EXIT the table view screen.  Also note that
  385. the <Del> key is a "toggle;"  that is, if you press  <Del> a second time on a
  386. record already marked for deletion you will "undelete" the record.
  387.  
  388. Any undeletes must be performed  prior to exiting the table view screen.   As
  389. you exit,  any  records  marked for deletion are permanently removed from the
  390. table.  Exercise extra caution when performing record deletes on any archival
  391. tables, which are in essence permanent history tables and any deleted records
  392. are irretrievably lost.
  393.  
  394. Pressing  <Esc> or <RightMouse> saves any changes that may have been made and
  395. returns you to the previous level.   When  you  next  again  view the Archive
  396. table, the records you "marked" for deletion are gone.
  397.  
  398. Also,  when practicing with  SAMPLE.BNK,  any changes you make in the  Payee/
  399. Payor table (PNames.dbf) or the Allocation table  (Allocate.dbf)  will remain
  400. but are easily edited or deleted at any time.   You may use the  View  Tables
  401. selection on the Main Menu to access these tables for editing.  The on-screen
  402. help reminders in  View Tables show you the editing/access keys from the dif-
  403. ferent screens.
  404.  
  405. You may also edit tables from within the Transactions module;  there is  more
  406. information in the documentation under the headings  "Editing,  Adding to the
  407. Payee/Payor Table,"  "Editing, Adding to the Allocation Table"  and "Viewing/
  408. Editing the Archive Table."
  409.  
  410. You may eventually wish to  delete the  SAMPLE.BNK  practice table  from  the
  411. directory,  after you begin entering "real" transactions  in your own account
  412. tables.
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431. MONEY.DOC               { MONEY & BANKS }  Documentation               Page 8
  432.  
  433.  
  434.  
  435. The opening screen is the Main Menu
  436. ────────────────────────────────────
  437. Upon loading the program, the Main Menu appears,  presenting a screen similar
  438. to the following:
  439.  
  440.  
  441.  
  442.                      ╔═══════════════════════════════════╗
  443.                      ║ ■ │   { MONEY & BANKS }   │  │  ║█                     
  444.                      ║───┘───────────────────────└───┴───║█                     
  445.                      ║                                   ║█                     
  446.                      ║                                   ║█                     
  447.                      ║     ┌────────────────────────┐    ║█                     
  448.                      ║     │    Transactions        │    ║█                     
  449.                      ║     │    Add New Account     │    ║█                     
  450.                      ║     │    Check Printer       │    ║█                     
  451.                      ║     │    Label Writer        │    ║█                     
  452.                      ║     │    Report Writer       │    ║█                     
  453.                      ║     │    View Tables         │    ║█                     
  454.                      ║     │    Utilities           │    ║█                     
  455.                      ║     │    ...                 │    ║█
  456.                      ║     │    Quit to System      │    ║█                     
  457.                      ║     └────────────────────────┘    ║█                     
  458.                      ║                                   ║█                     
  459.                      ║                                   ║█                     
  460.                      ╚═══════════════════════════════════╝█                     
  461.                        ████████████████████████████████████                     
  462.                                                                                 
  463.  
  464.  
  465.  
  466. Move up and down menu items with your mouse or the arrow keys.   Make  a menu
  467. selection with either the <Enter> key or <LeftMouse>.
  468.  
  469. The first item on the Main Menu, "Transactions," is where most of your active
  470. banking business takes place;  it will be the only module requiring a  bit of
  471. your time to learn.   All other sections, or "modules,"  of  {MONEY & BANKS }
  472. are easy to use  and rather self-explanatory.    See the detailed information
  473. on the Transactions module in the documentation.
  474.  
  475. The second selection on the Main Menu, "Add New Account," not only is obvious
  476. as to its function  but carefully prompts you for  required  information  for
  477. whenever you wish to add a new  "bank" account table to your banking informa-
  478. tion system.    For further information on this selection,  see  the  section
  479. "Adding a New Account," in the documentation.
  480.  
  481. The third and fourth selections are "Check Printer" and  "Label Writer," res-
  482. pectively.   Although, both facilities are automatically available within the
  483. Transactions module,  they are additionally presented here for times that you
  484. wish to utilize them separately from making new transactions.    For example,
  485. perhaps you had created several checking transactions in one or more accounts
  486. using the Transactions module  and had chosen to defer the printing of checks
  487. and/or labels to a more convenient time;  you  may  then  elect to  print the
  488. checks from the selection on the Main Menu  as long as you had answered "Yes"
  489.  
  490.  
  491.  
  492. MONEY.DOC               { MONEY & BANKS }  Documentation               Page 9
  493.  
  494.  
  495. to the prompt  "Include in Batch Check Printing?"  when  you were  making out
  496. your transactions in the Transactions module.
  497.  
  498. There  is  more  information  in the  documentation  under the heading "Check
  499. Printer,"   as well as in Appendix A  which describes how to use regular bank
  500. checks with this program.
  501.  
  502. The Label Writer may be used at any time; it is set up for standard 1" x 3.5"
  503. labels, such as the widely available Avery #4145.  Labels may also be "print-
  504. ed" to the screen.    See the heading "Label Writer" in the documentation for
  505. further information.
  506.  
  507. The fifth item on the Main Menu,  is the "Report Writer."   Much of the power
  508. and  utility  of the program  { MONEY & BANKS }  will be realized  with  this
  509. module, although its importance will not be great until you have made several
  510. months' worth of transactions,  possibly using many different accounts.   See
  511. the section on "The Report Writer" below for further information.
  512.  
  513. The next selection,  "View Tables," is the sixth choice on the Main Menu.  It
  514. is  a  versatile  way to immediately view data not only in your ".BNK" tables
  515. but other data tables (*.DBF) as well.   You may also manually edit tables to
  516. correct errors that may have crept in during transactions entry.  Most of the
  517. important  tables are available for  view/edit  in the Transactions module as
  518. well, via "hot-keys."   The View Tables heading in the documentation provides
  519. detailed information.
  520.  
  521. The Utilities Menu is called from a selection on the  Main  Menu.   Here  you
  522. will select from a choice of Printers,  or change directories,  perform back-
  523. ups, find system information and current time, as well as other choices.  See
  524. the documentation information for the Utilities Menu.
  525.  
  526. The program  { MONEY & BANKS }  may be exited by choosing  the  final item on
  527. the Main Menu, or by simply pressing <Esc> or <RightMouse>.    Never turn off
  528. the computer or reboot without properly exiting; data loss may well occur.
  529.  
  530.  
  531. Transactions Module
  532. ────────────────────
  533. After selecting "Transactions" on the  { MONEY & BANKS }  main menu,  you are
  534. presented with a menu of choices for available accounts in the current direc-
  535. tory.   Select the  account  desired with the mouse or arrow keys.   The next
  536. screen is the main transaction module;  all checks, deposits, and other cred-
  537. its/debits  are  entered here.    The transaction date default is the current
  538. date;  change it if necessary  (for interest payments, etc.),  or  accept the
  539. default.
  540.  
  541. The next item,  "Writing Check?," is very important; answer "N" or no to ANY-
  542. THING OTHER THAN a check:   obviously a deposit would receive an  "N" answer,
  543. but so do DEBITS OTHER THAN CHECKS.   Cash withdrawals, service charges,  ATM
  544. withdrawals and related charges,  check charges,  interest credited to an ac-
  545. count, are all transactions OTHER THAN  "Writing [a] Check," so always answer
  546. "N"  if it involves something other than an actual check.   This action keeps
  547. the  check-numbering  scheme  in effect to agree with your printed check num-
  548. bers. (After checks have been entered and dated IN any new year, you will not
  549. be allowed to back-date subsequent CHECKS to the previous year.)
  550.  
  551.  
  552.  
  553. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 10
  554.  
  555.  
  556.  
  557. Answer  "Y"  to  "Writing Check?" if you are entering a check transaction and
  558. either printing out the check or not.   An  example  would  be if you wrote a
  559. check out manually in a merchant's store; when you are again at the computer,
  560. you will answer  "Y"  to  "Writing [a] Check?,"  but  "N"  later on down this
  561. screen when asked  "Include in Batch Check Printing?"    One does not need to
  562. print a check already written by other means and delivered to the payee. (The
  563. check-printing  module  (should you choose to use it)  will only print checks
  564. for which you answered "Y" when you were asked "Include in Batch Check Print-
  565. ing?")
  566.  
  567. If you choose "Y" to "Writing Check," the next available check number will be
  568. used and so indicated on the screen.   If you said "N," the check number will
  569. be a zero (0) for ALL other sorts of transactions.
  570.  
  571. At any time, you may exit the Transactions module by pressing <F7>;  there is
  572. a reminder for this at the bottom of the screen  after you move to  the PCode
  573. cell (described next).    You may, if needed,  View/Edit  the current account
  574. table in Table View mode by pressing <F8>; refer to that part of the documen-
  575. tation under the heading "Table View of Account Tables."
  576.  
  577. Next the cursor will be in the  "PCode"  cell.   A  PCode identifies either a
  578. Payee or a Payor that is listed in the  Payee/Payor table  (PNames.dbf).   At
  579. this point,  you may use a "hot-key" to access your Payee/Payor table and add
  580. or edit PCodes;  use the <F9> key to bring up this table.   Before attempting
  581. to enter a transaction,  you must have in the Payee/Payor table a PCode entry
  582. for the Payee/Payor referenced in your transaction.
  583.  
  584. Setting up the PCodes (and somewhat the AlloCodes) will  be  the  most  time-
  585. consuming part of setting up  { MONEY & BANKS }  in  the initial stages,  but
  586. we assure you that after a couple of months  the  automatic  usage  of  these
  587. features will be so effortless and incredibly quick,  you shall  never  again
  588. go back to your paper bankbook  and handwritten entries and erasors or White-
  589. Out or crossed-out entries and math errors!
  590.  
  591. Also,  the  only  time  you may access the Reconcile module to reconcile your
  592. bank statement is when the cursor is in the PCode cell;  press  <F6>  at this
  593. point if you wish to reconcile your account  (see the information for "Recon-
  594. cile your Bank Statement," below).
  595.  
  596. If the PCode has already been entered into the  Payee/Payor  table,  all  you
  597. need do on the  Transactions  screen  is  either  type in the PCode,  or much
  598. better yet, simply press the <Enter> key in the empty cell and a pop-up Pick-
  599. List  appears  with  all  available PCodes and a reference to what they stand
  600. for.   Just scroll down and select the one you need, press <Enter> and it ap-
  601. pears in the PCode cell for the current transaction.   After you  confirm the
  602. PCode choice with another  <Enter>  press,  the full name of the  Payee/Payor
  603. appears under the PCode on the screen.   (If  you  have accessed the PickList
  604. and find that a needed PCode does not exist and must be  created,   exit  the
  605. PickList with  <Esc>,  then press <F9> to access the Payee/Payor table; press
  606. <Alt-N> to add a new PCode.)
  607.  
  608. Next,  you  will  be  prompted for an amount for the transaction.   Enter the
  609. amount, and after reviewing that is indeed the correct amount you want, press
  610. <Enter> to continue.
  611.  
  612.  
  613.  
  614. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 11
  615.  
  616.  
  617.  
  618. You are now prompted for a budget allocation code, called an AlloCode. Again,
  619. these  must  be  set  up  by  you  in  a  table  called the  Allocation table
  620. (Allocate.dbf), which you may access at this point by pressing <F10>.  An al-
  621. location  is where you indicate  that for which a  transaction is designated.
  622. For example,  one of the sample entries  in the  Allocation table is  "AUTOP"
  623. which indicates an  Expense item  (rather than an Income item)  with a budget
  624. allocation named "Automobile - personal."  Usage of the AlloCodes in associa-
  625. tion with the  PCodes  will be most important when preparing your reports and
  626. end-of-year tax information, especially across several bank accounts over the
  627. period of one or more years.
  628.  
  629. It will take some time (not very much) and some thought for you to set up the
  630. AlloCodes for your own business and/or personal lifestyle,  but  once  it  is
  631. done it is done for as long as you continue to use  { MONEY & BANKS }.  Main-
  632. tenance,  changes,  and  additions  become  nothing more than minimal effort.
  633. There is more information later on about using the Payee/Payor and Allocation
  634. tables for entry of new code items and editing existing ones.
  635.  
  636. After you know that an AlloCode exists that you wish to use,  you may use the
  637. default AlloCode corresponding to the one you set up in the Payee/Payor table
  638. for the PCode you have entered for this transaction.    If you wish to change
  639. the default  AlloCode for this transaction,  just delete the default with the
  640. <Del> key and press <Enter> in the empty cell to bring up a PickList with all
  641. the available AlloCodes.   Make your selection and confirm it with <Enter> to
  642. move on.   (If you have accessed the PickList and find that a needed AlloCode
  643. does not exist and must be created,  exit the PickList with <Esc>, then press
  644. <F10> to access the Allocation table; press <Alt-N> to add a new AlloCode.)
  645.  
  646. If you are doing a check transaction, you will be prompted for whether or not
  647. you  wish  to  include  the check for processing in the check-printing module
  648. (which follows after you complete all desired transactions;  all  checks  are
  649. printed in a "batch,"  hence the curious part of the prompt "Include in BATCH
  650. Check Printing?"). If you will not be printing out the check on your printer,
  651. select "N" or no.
  652.  
  653. If the transaction was a deposit or other credit, you will be prompted for an
  654. optional memorandum.   This  is  for  your own convenience only as a reminder
  655. memo; entry,  or lack of it,  will have no bearing on performance or reports.
  656. You may leave this blank by simply pressing <Enter>.
  657.  
  658. The  next  prompt  will ask if you wish to do another transaction in this ac-
  659. count at this time.  Simply reply "Y" or "N," as needed.
  660.  
  661. Answer  "N"  when you have entered your final transaction for the session and
  662. you will then leave the Transactions module.  You are next asked if you would
  663. like to enter the Check Printing module; you answer "Y" here if you intend to
  664. use the check-printing  facility of  { MONEY & BANKS }.    Check-printing  is
  665. provided as an option for your use:  the program may be profitably used with-
  666. out the check printing feature.  (For more information, see the item on Check
  667. Printing as well as Appendix A in the documentation.)
  668.  
  669. You  may  also  defer  the printing of checks for this session to a more con-
  670. venient time as the check transactions will remain marked  "to be printed" if
  671. you answered "Y" to "Include in Batch Check Printing?"   You may subsequently
  672.  
  673.  
  674.  
  675. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 12
  676.  
  677.  
  678. print  checks in your next session in the Transactions module or use the sep-
  679. arate Check Printer selection on the Main Menu.
  680.  
  681. After you have elected whether or not to print checks for this session, there
  682. is next a prompt asking if you would like to print mailing labels.  Answering
  683. "Y" will enter the Mailing Labels module;  information on this module is pro-
  684. vided under the appropriate heading in the documentation.
  685.  
  686. You may also print mailing labels  at any time  via a selection  on the  Main
  687. Menu entitled Label Writer.
  688.  
  689. You are now returned to the Main Menu.
  690.  
  691.  
  692.  
  693.  
  694. Table View of Account tables
  695. ─────────────────────────────
  696. Pressing <F8> while in the Transactions module  brings up the current account
  697. table in table view format.    The same may be accessed from the Main Menu by
  698. selecting View Tables and then choosing .BNK Account Tables.
  699.  
  700. The account tables are presented in table view format.   You may also wish to
  701. refer  to  those parts of the main documentation that describe Editing/Adding
  702. To/Viewing the Payee/Payor, Allocation, and Archive tables.
  703.  
  704. When browsing tables in table view,  you may use the arrow keys  or the mouse
  705. for scrolling, and the QuickJump keys are available:              <Ctrl-PgDn>
  706. <Ctrl-PgUp>      <Ctrl-End>      <Ctrl-Home>        (Also,  <Ctrl-RightArrow>
  707. and <Crtl-LeftArrow> may be used for panning to the right and left.).
  708.  
  709. Follow the on-line prompts for other needed keys.   Please be aware that when
  710. you delete (with the <Del> key) a record (or "row" in spreadsheet terms),  it
  711. is first "marked" for deletion (you will see a caption,  <Deleted> at the top
  712. of the screen).   The actual deletion does not occur until you exit the table
  713. view screen.   Also note that the  <Del> key is a "toggle;"  that is,  if you
  714. press  <Del>  a second time on a record already marked for deletion  you will
  715. "undelete" the record.    The undelete must be performed prior to exiting the
  716. screen; as you exit,  any records marked for deletion are permanently removed
  717. from the table.
  718.  
  719. It is suggested that you edit, change, or adjust erroneous entries in account
  720. tables rather than deleting entire records (rows).
  721.  
  722. Be aware that should you ever delete a record (row,  or complete entry)  from
  723. an account table (.BNK),  or otherwise make changes in any  of  the  monetary
  724. amount cells,  that there is NO automatic mathematical adjustment to the Bal-
  725. ance column (as you might expect to occur in a spreadsheet program, for exam-
  726. ple).  If you feel you really must delete an entire entry, make sure you edit
  727. and change the Balance cell not only in that record  but  also  in  the  last
  728. record of the account table.   (Suggestion:   use the on-line Calculator,  by
  729. pressing <Alt-K>, for quick math chores.)     Please ascertain that the final
  730. record's Balance cell has been ACCURATELY adjusted; { MONEY & BANKS }  relies
  731. on a correct Balance amount in the very bottom (last)  record  to  accurately
  732. continue its future updating of your banking records and amounts.
  733.  
  734.  
  735.  
  736. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 13
  737.  
  738.  
  739.  
  740. Pressing <Esc> or <RightMouse> saves any changes and returns you to where you
  741. began.
  742.  
  743.  
  744.  
  745. Editing, Adding to the Payee/Payor Table...
  746. ────────────────────────────────────────────
  747. While in the Transactions module,  pressing the <F9> key brings up the Payee/
  748. Payor table in the current directory.   At this point,  you may view existing
  749. entries in a format similar to that of a spreadsheet.  It is here you add en-
  750. tries of your own, edit any existing ones (including the sample entries), and
  751. delete any that you do not wish in the table.   The Payee/Payor table is also
  752. available for viewing/editing from the Main Menu selection, "View Tables."
  753.  
  754. At the outset,  do  not  be  too hasty to delete the sample entries that have
  755. been provided:   of course  they  will  bear little relation to your own data
  756. requirements,  but exist for reference as to format and ideas.    Please read
  757. the information in the documentation under the headings  "Split Transactions"
  758. and "Dual PCodes" before making any permanent deletions.
  759.  
  760. The  on-line  editing  commands  are  shown  at  the bottom of the table view
  761. screen.   Additionally,  the  QuickJumps  feature you may have used in  other
  762. table views are available in this table's view as well  (even though they may
  763. not always be indicated on the screen).  The QuickJump keys are:  <Ctrl-PgDn>
  764.      <Ctrl-PgUp>     <Ctrl-End>     <Ctrl-Home>.     (Also, <Ctrl-RightArrow>
  765. and <Crtl-LeftArrow> may be used for panning to the right and left.)
  766.  
  767. Although you may add and/or edit records  (entries) in the table view format,
  768. two special hot-keys provide  "form view" editing and adding.   <Alt-N>  will
  769. bring up a blank  "form"  containing entry cells for all the information in a
  770. single new record, in easy-to-fill-out format.   Similarly,  the  <Alt-E> key
  771. combination will bring up a form view to Edit the item,  or record,  that you
  772. have positioned the cursor on.    Make your new entries or editing changes in
  773. form view, then press <F10> to Save or <Esc> to reject the changes.
  774.  
  775. It  is  suggested  that you follow the capitalization style of the sample en-
  776. tries.  Although not required for functioning of the program, the differences
  777. in using All Caps or Mixed Case will show nicely later on in your reports and
  778. on-screen queries.  It also helps you distinguish between a payee or payor in
  779. the process of entering data in transactions.
  780.  
  781. Do not ever use an exact duplicate of a  PCode for more than one  Payee/Payor.
  782. Vary the codes at least slightly.   ALWAYS set a default AlloCode as well.
  783.  
  784. The small cell called "PAYOR" is very important;  it is a "logical-type" cell
  785. indicating whether the PName is a payee or a payor.  The only entries you may
  786. place in this cell are  either  "T"  (true, or yes)  or  "F"  (false, or no).
  787. Simply ask yourself this question for each payee/payor:    Is  this  party  a
  788. payor?   If yes, you must enter  "T"  in the Payor cell; if the answer is no,
  789. you enter  "F"  to indicate this is not a payor  (it  therefore  defaults  to
  790. being a payee).  The default entry for the "Payor" cell is "F."
  791.  
  792. The AlloCode cell appearing in the Payee/Payor table must contain  a  default
  793. allocation code.   This default AlloCode indicates the normal budget  alloca-
  794.  
  795.  
  796.  
  797. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 14
  798.  
  799.  
  800. tion for this payee/payor.   It will appear on the Transactions  screens  and
  801. may be changed temporarily for any transaction where the default is  inappro-
  802. priate.    There must be an exactly matching AlloCode entry in the Allocation
  803. table as well  (refer to  "Editing,  Adding to the Allocation Table"  in  the
  804. documentation).
  805.  
  806. By filling out the address cells for each Payee, you will provide information
  807. for the  Label Writer utility to properly print mailing labels,  as  well  as
  808. providing permanent records of information.  Entry here is not mandatory.
  809.  
  810. The "memo" field in each Payee/Payor record is for you to put in a merchant's
  811. account number,  or your phone or SSN, or other identifying line that will be
  812. printed at the  top right portion of printed checks  (if  you wish to use the
  813. optional checkprinting facility of this program).  Entry here is optional.
  814.  
  815. Pressing  <Esc> or <RightMouse> saves any changes and returns you to what you
  816. were doing before accessing table view.
  817.  
  818.  
  819.  
  820. Editing, Adding to the Allocation Table...
  821. ───────────────────────────────────────────
  822. Editing  or  adding new records  to the  Allocation table  (Allocate.dbf)  is
  823. identical to the process used in making changes to the Payee/Payor table. You
  824. may access the  Allocation table from the Transactions module by pressing the
  825. <F10>  key.   The  Allocation table is also available for viewing and editing
  826. from the Main Menu selection, "View Tables."
  827.  
  828. You must be sure that you have a matching  AlloCode  entry in the  Allocation
  829. table corresponding to the default  AlloCodes  you assign in the  Payee/Payor
  830. table.  For example, if you have a PCode called  "SHELL"  (for your Shell Oil
  831. Co.  credit card)  and you have indicated in the  Payee/Payor  table that the
  832. default  AlloCode for  "SHELL"  is  "AUTOP" (Auto - personal),  you must then
  833. ascertain there is truly a corresponding entry called  "AUTOP" in the Alloca-
  834. tion table in the column titled 'AlloCode'  that is identical in spelling and
  835. case.
  836.  
  837. Do not ever use an exact duplicate of an  AlloCode  for more than one alloca-
  838. tion in the allocation table.  Vary the codes at least slightly.
  839.  
  840. In the beginning stages of working with this program,  observe the sample en-
  841. tries and add to them in similar style,  deleting the sample entries later on
  842. that will not be used in your own system.   Please read the section on "Split
  843. Transactions"  in the documentation before deleting any entries in either the
  844. Allocation table or the Payee/Payor table.
  845.  
  846. When adding new entries to your Allocation table,  note  there  are two cells
  847. called "ATYPE" and "TAXCAT," respectively.   In the AType cell,  simply indi-
  848. cate either "E" for an Expense item (all Debits, whether or not they are con-
  849. sidered tax-deductible) or "I" to indicate an Income item (all Credits).  The
  850. TaxCat  cell  may be used to identify which part of your income tax form that
  851. might show a tax-related event (ie, you might wish to indicate Schedule C for
  852. business-related items).   Many personal AlloCodes will simply have the entry
  853. "None" in the TaxCat cell.  The ATYPE entry is mandatory; TAXCAT is optional.
  854.  
  855.  
  856.  
  857.  
  858. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 15
  859.  
  860.  
  861. Mention must also be made about special transactions that are  simply  called
  862. "transfers."    When moving money from a checking account to a savings or in-
  863. vestment account,  or vice-versa,  these become  special transactions that do
  864. not fall under either category of expense or income,  yet they occur and must
  865. be accounted for.   You will note some sample  AlloCodes  we have provided in
  866. the Allocation table that begin with the letters "TRANS-" -- such as TRANSIN,
  867. TRANSSA, and TRANSCA.   We have included them all as either  'E' (expense) or
  868. 'I' (income) items (in their AType cells),  primarily for differentiation and
  869. certainly  not  for  tax or traditional budget allocation purposes;  this has
  870. been done to keep the program as simple as  possible  to  operate;  you might
  871. prefer to think of them as simply 'credits' or 'debits,'  'in to' or 'out of'
  872. an account.
  873.  
  874. TRANSIN would be an AlloCode for a  'transfer in to'  an account;  an example
  875. might simply be money  you are transfering  from a savings account  INTO  the
  876. account table you are currently working with.  It is an 'I' item in the Allo-
  877. cation table's AType cell but not a taxable income item (as you will have al-
  878. ready accounted for it at the time of deposit into that other account).
  879.  
  880. We have used  TRANSSA  to indicate a transfer  TO a savings or investment ac-
  881. count, an 'E' item certainly, but not necessarily a taxable event or a normal
  882. budget allocation.  The sample AlloCode called  TRANSCA,  an  'E' item in its
  883. AType cell,  is  used  in accounts such as money market funds or money market
  884. bank accounts for which you have set up a  .BNK  account  table in  { MONEY &
  885. BANKS }.  It  simply  indicates a transfer from such an account to a checking
  886. account.  Its use is primarily for differentiation.   You may  devise and add
  887. other "TRANS-" category AlloCodes as you may like for your own system.
  888.  
  889. Use of these special transfer-type  AlloCodes will allow you to make the dis-
  890. tinction in your interrim and end-year reports.
  891.  
  892.  
  893. Please note that if  you  have a business directory  separate from a personal
  894. banking directory,  you will likely have differing expense and income alloca-
  895. tions.   For example,  automotive  expense  for  a business is usually a tax-
  896. related deduction item,  whereas a similar item in a personal account is not.
  897. Therefore,  you should plan to set up different  Payee/Payor  and  Allocation
  898. tables for business and personal use.  Simply having different data director-
  899. ies  will nicely accomplish this  while using the same executable program and
  900. master files  (see the  Quick Start section in the documentation for more in-
  901. formation).
  902.  
  903. The  on-line  editing  commands  are shown at the  bottom  of  the table view
  904. screen.   Additionally,  the QuickJumps  feature  you  may have used in other
  905. table views are available in this table's view as well  (even though they may
  906. not always be indicated on the screen).  The QuickJump keys are:  <Ctrl-PgDn>
  907.       <Ctrl-PgUp>      <Ctrl-End>      <Ctrl-Home>,  as well as  <Ctrl-Right-
  908. Arrow>      <Ctrl-LeftArrow>.
  909.  
  910. Although you may add  and/or edit records (entries) in the table view format,
  911. two special hot-keys provide  "form view"  editing and adding.   <Alt-N> will
  912. bring up a blank  "form"  containing entry cells for all the information in a
  913. single new record, in easy-to-fill-out format on one screen.   Similarly, the
  914. <Alt-E>  key combination will bring up a form view to Edit the item,  or rec-
  915. ord, that you have positioned the cursor on.   Make your new entries or edit-
  916.  
  917.  
  918.  
  919. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 16
  920.  
  921.  
  922. ing changes in form view,  then press  <F10>  to Save or  <Esc> to reject the
  923. changes.
  924.  
  925. It  is  suggested  that you follow the capitalization style of the sample en-
  926. tries.  Although not required for functioning of the program, the differences
  927. in using  All Caps  or  Mixed Case  will show nicely later on in your printed
  928. reports and on-screen queries.
  929.  
  930. Pressing  <Esc> or <RightMouse> saves any changes and returns you to what you
  931. were doing before accessing table view.
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941. Split Transactions
  942. ───────────────────
  943. ┌──────────────────────────┐
  944. │ PLEASE TAKE SPECIAL NOTE │
  945. └──────────────────────────┘
  946. Do not change/delete the PCode entry in the PAYEE/PAYOR table called  "DEPS,"
  947. and in the ALLOCATIONS table two AlloCode items called  "SPLIT" and "SPLITD."
  948. They are needed when one transaction covers credits  or debits over different
  949. allocations.
  950.  
  951. For example,  one check written to  pay  your  American Express statement may
  952. cover  several  different  actual  charge transactions with different alloca-
  953. tions.  Your default AlloCode for American Express should be set up by you as
  954. "SPLIT," or changed to reflect that during transaction entry.
  955.  
  956. Or,  when making a deposit,  you  might  have  several  checks from different
  957. sources.   Instead of listing separate PCodes for each source, simply use the
  958. one  PCode called  "DEPS"  to show you have multiple entries in your bank de-
  959. posit.  The PCode "DEPS" will default to an AlloCode called "SPLITD."
  960.  
  961. Such transactions will automatically present a  pop-up  edit  screen  for the
  962. Archive table  (ARCHIVE.DBF)  so that you may  manually  edit  the  "splits."
  963. Pressing  <Ins>  will give you a duplicate record of the transaction  so that
  964. you may divide the one  "split"  transaction into as many individual  alloca-
  965. tions  as you may require,  all referencing the same check number or deposit.
  966. Edit the CREDIT/DEBIT cells as needed,  as well as the ALLOCODE and PCODE ad-
  967. justments.   Do not leave any AlloCode cells blank.
  968.  
  969. Please note that this special area of the program has "locks"  on  the  cells
  970. that appear in table view.   The locks are  there  to  prevent  unintentional
  971. changes or deletions to the Archive table.  To edit or close-edit a cell, you
  972. must each time press the <Enter>  key  in  the  cell  before  attempting  any
  973. changes,  even when the cell might be empty.   For example,  to enter a valid
  974. AlloCode in its proper cell, place the highlight on that cell,  press <Enter>
  975. to open it for editing, and press <F10>  to  call  up  a  PickList  for  your
  976. allocation codes and make a selection with the  <Enter>  key.   To  change  a
  977.  
  978.  
  979.  
  980. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 17
  981.  
  982.  
  983. monetary amount,  press <Enter> to open the cell,  make the adjustment in the
  984. amount,  and press <Enter> again to close the cell.   Do not edit  any  cells
  985. that are not indicated at the bottom of the screen.
  986.  
  987. The American Express check transaction  mentioned  above  should  retain  the
  988. PCode for that Payee  (usually, you might call it "AMEX") in the split trans-
  989. actions.   The  AlloCodes are changed to reflect the proper allocations,  and
  990. the DEBIT cells are manually edited to match the allocations.
  991.  
  992. The split deposit entry should have its  PCode  entries edited to reflect the
  993. source (Payors) of each item;  a pop-up PickList is available for your use in
  994. selecting previously set PCodes.  Edit the CREDIT and AlloCode cells as well.
  995. You will note the AlloCode cell changes to the default item for the PCode you
  996. just selected; you may retain the default or select another from an available
  997. pop-up PickList.  Do not ever leave any AlloCode cell blank!
  998.  
  999. The  split-transactions  operation  will  become obvious and simple after you
  1000. have tried it a few times,  rather than just reading about it.   (Easier done
  1001. than said.)
  1002.  
  1003. As mentioned above,  pop-up PickLists are available for AlloCodes  and PCodes
  1004. in the split-transactions editing table;  follow the on-line instructions  at
  1005. the bottom of the screens for the "hot-keys," etc.
  1006.  
  1007. Pressing  <Esc> after your final adjustment saves the changes and returns you
  1008. to the  Transactions module so that you may continue.
  1009.  
  1010. If your monetary adjustments are out of agreement,  you  will  be so informed
  1011. and presented with an opportunity to make further adjustments.    Again,  ob-
  1012. serve carefully the on-line instructions.
  1013.  
  1014.  
  1015.  
  1016.  
  1017. Dual PCodes?
  1018. ─────────────
  1019. Some entries in your PAYEE/PAYOR table will appear to be the same;  for exam-
  1020. ple, two of the sample entries PCodes "FNB" and "FNBI" are both for a similar
  1021. PName  "First National Bank."   However,  the difference  is  in  the logical
  1022. ("yes" or "no" / "true" or "false") cell called "PAYOR;" this PAYEE/PAYOR may
  1023. have two different types of transactions  with  different  AlloCodes:   "INT"
  1024. means a payment of Interest TO your account,  which  is an Income transaction
  1025. ("I"  in the PType cell).   This is designated in the example  by  the  PCode
  1026. "FNBI."   The logical cell PAYOR is set to "T" (true), meaning yes it is true
  1027. that this is indeed a payor (rather than a payee).
  1028.  
  1029. First National Bank may also be a PAYEE, entered in the example in all upper-
  1030. case letters  (for your differentiation only;  it  has no bearing on  perfor-
  1031. mance).  For example, if there are service charges or check-printing charges,
  1032. you would need to enter  "FNB" which is a PAYEE,  and the type of transaction
  1033. is "E" -- an expense, rather than income.   The  logical  cell  PAYOR  in the
  1034. PNAMES table is set to  "F"  (false),  that is,  NOT a payor  (and therefore,
  1035. defaults to being a payee).   The default AlloCode for  "FNB" you will see is
  1036. "BNKCHG," for the allocation Bank Charges.
  1037.  
  1038.  
  1039.  
  1040.  
  1041. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 18
  1042.  
  1043.  
  1044. It appears desirable to enter all  Payees  in uppercase letters  in the PNAME
  1045. cell,  and mixed case for Payors.   The visual distinction becomes especially
  1046. important in reports.   The important entry for the program is that the logi-
  1047. cal cell PAYOR (the "yes" or "no" -- "true" or "false" idea) be correctly en-
  1048. tered by you when you set up a new PCode entry.   If this entry is incorrect,
  1049. some data in your tables will be unusable.
  1050.  
  1051. The concept of  PCodes and AlloCodes will be confusing initially;  after  you
  1052. get used to using them with your own data,  their  logical  use will be auto-
  1053. matic with a great saving in future time for your financial recordkeeping.
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061. Viewing/Editing the Archive Table...
  1062. ─────────────────────────────────────
  1063. The cumulative reporting data from all your bank account tables in one direc-
  1064. tory is found in the Archive table (Archive.dbf).    You may access this data
  1065. in table view from the Transactions module simply by pressing the key combin-
  1066. ation  <Alt-A>.  The Archive table is also available for viewing and  editing
  1067. from  the  Main Menu selection,  "View Tables,"  then  selecting  "Other Data
  1068. Tables (*.dbf)."
  1069.  
  1070. Be especially careful before deciding to delete  a record or item in an Arch-
  1071. ive table.   This table is meant to be a permanent history of all your trans-
  1072. actions in all your accounts in the current directory.   If you delete an en-
  1073. tire item from a history table such as your current or annual archive tables,
  1074. it is of course irretrievably lost; simply make sure that is what you intend.
  1075.  
  1076. You may edit individual cells to correct erroneous entries you may have made,
  1077. or any needed adjustments.   Such is the main purpose of being able to easily
  1078. access your Archive table(s).   Simply  observe  logical  caution  as  future
  1079. reports  and queries are based upon  Archive tables,  and  reporting/querying
  1080. accuracy depends entirely upon correct data entry and integrity.    Make sure
  1081. that all AlloCode cells have an entry; there must be no empty AlloCode cells.
  1082.  
  1083. Follow  the  on-line  information  at the bottom of the view table screen for
  1084. editing the Archive table.   The usual  QuickJump  keys are:      <Ctrl-PgDn>
  1085. <Ctrl-PgUp>       <Ctrl-End>       <Ctrl-Home>.     (Also,  <Ctrl-RightArrow>
  1086. and <Crtl-LeftArrow> may be used for panning to the right and left.)
  1087.  
  1088. Pressing  <Esc> or <RightMouse> saves any changes and returns you to what you
  1089. were doing before accessing table view.
  1090.  
  1091. Please note that once a year,  usually in  January or February after all end-
  1092. ing-year transactions have cleared,  reconciliations of statements have  been
  1093. made,  and all reports printed,  the Archive table is usually purged  of  the
  1094. ending-year's data for maximum efficiency of the system.   The purged data is
  1095. removed to another,  permanent archival table bearing an identifying mark  of
  1096. the ending-year;  the permanent archival table is then to be removed  by  you
  1097. from the current directory to diskettes or other storage media for  lock-away
  1098. safekeeping and future reference.
  1099.  
  1100.  
  1101.  
  1102. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 19
  1103.  
  1104.  
  1105.  
  1106. There is a complete, very efficient utility for purging and permanent archiv-
  1107. al found on the Utilities Menu (in the registered copy version).   Simply ac-
  1108. cess that utility selection when you are ready to use it.    You  may  access
  1109. those moved archival tables later on by  first  using  the  Change  Directory
  1110. utility on the Utilities Menu to access  the  drive  and  directory where you
  1111. have stored the archival copies;  then select the  View  Tables  item  on the
  1112. Main Menu for viewing or for quick printouts,  choose on  the  Report  Writer
  1113. Menu the item for producing Plain, Generic listings  (to the screen or to the
  1114. printer).
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122. Reconcile your Bank Statement...
  1123. ─────────────────────────────────
  1124. Please note that the only time you may reconcile your bank statement is while
  1125. you are in the Transactions module,  and  the  cursor  is  in  the PCode cell
  1126. awaiting entry.   You will see a reference to a hot-key,  <F6>, at the bottom
  1127. of the screen,  ONLY when you are in the PCode cell  (it disappears after you
  1128. leave the PCode cell).   Pressing  <F6>  will bring up the special  Reconcile
  1129. module, which is easy to use and prompts you along the way.
  1130.  
  1131. Before accessing the Reconcile module to reconcile your bank statement,  make
  1132. sure  you  have  entered  all bank-generated items on the statement,  such as
  1133. interest credited to your account,  or service/check charges deducted, as NEW
  1134. transactions  in  your account following the method described for deposit and
  1135. check transactions.   Accurately  enter  the dates the bank has indicated the
  1136. transactions for interest and debits occurred;  do not use the default trans-
  1137. action date that automatically appears.   Simply overtype the particular date
  1138. numbers you wish to change.   Obviously, answer "N" when you are asked "Writ-
  1139. ing [a] Check?"
  1140.  
  1141. After entering the "new" transactions  (interest, etc.)  from the bank state-
  1142. ment,  begin yet another "transaction," which may be exited after reconcilia-
  1143. tion.   Accept  the  default transaction date,  answer  "N"  to  "Writing [a]
  1144. Check?"  with the intent of simply moving to the PCode cell.   When you reach
  1145. the PCode cell, you may then press <F6> and do your reconciliation.
  1146.  
  1147. In the Reconcile module,  have your bank statement available  and  follow the
  1148. on-line prompts,  entering information as requested.   If for some reason you
  1149. choose not to continue, pressing <Esc> on the initial screen of the Reconcile
  1150. module exits back to the Transactions module.
  1151.  
  1152. Simply enter the bank's idea of your current balance, the statement date, and
  1153. then,  when prompted,  answer  "Y"  or  "N"  to  whether  or  not  items have
  1154. "cleared," (that is, appear on the statement).  It is that easy.
  1155.  
  1156. If your reconciliation is out of balance, you will be so informed and return-
  1157. ed to the Transactions module.   You may then use the Table View  <F8> to see
  1158. where discrepancies might occur.   After you have determined the cause of the
  1159. discrepancy  and  made any necessary adjustments,  return to the Transactions
  1160.  
  1161.  
  1162.  
  1163. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 20
  1164.  
  1165.  
  1166. module and, when in the empty PCode cell, try again to reconcile your account
  1167. with the <F6> Reconcile module.
  1168.  
  1169. When your account is successfully reconciled and  you  are  returned  to  the
  1170. Transactions module, you may press  <F7>  to exit the Transactions module, if
  1171. you wish.   Your  account  will  be marked with the cleared items and you may
  1172. file your bank statement away.
  1173.  
  1174. The  ease  of use of the  { MONEY & BANKS }  Reconcile module should alone be
  1175. worth the purchase price of this software:   never  again  will  you struggle
  1176. with a calculator  or  scratch paper  and  flipping your bank statement  from
  1177. front to back,  trying to follow some idiotic accounting instructions for re-
  1178. conciling your account.   Multiply this feature by the number of accounts you
  1179. are going to use with this software,  and you will have multiple worth of the
  1180. purchase price for easing a truly bothersome burden of adult life:  reconcil-
  1181. ing bank statements.   If you like this feature, please tell your friends and
  1182. associates  to consider purchasing a copy of  { MONEY & BANKS }.
  1183.  
  1184.  
  1185.  
  1186. Adding a New Account
  1187. ─────────────────────
  1188. (A menu selection item on the Main Menu.)
  1189.  
  1190. A bank data table covers one account at an institution;  you may have as many
  1191. accounts as you wish at one or more institutions but each account must have a
  1192. (slightly) different name.   For example,  if you have both a checking  and a
  1193. money market account at,  say, First National Bank, you might call the check-
  1194. ing account simply  "FNB"  (the program attaches .BNK as a suffix  to all ac-
  1195. count names).   You  might  then call the money market account something like
  1196. "FNBMM"  or anything you like up to six characters (letters or numerals,  but
  1197. always beginning with a letter).  Remember to create any business accounts in
  1198. the directory  which will hold such business information separately from that
  1199. of personal banking.
  1200.  
  1201. The reason that you may only use up to six characters in the account descrip-
  1202. tion is that { MONEY & BANKS } will append a two-digit "year" when it is time
  1203. to permanently  archive and purge a previous year's data  (a selection on the
  1204. Utilities Menu).  For example, in January or February of each new year, after
  1205. all transactions  have been cleared and accounts reconciled,  you  will  most
  1206. likely  want to move the ending year's data from the current tables and perm-
  1207. anently archive them on diskettes for safekeeping.
  1208.  
  1209. At that time,  { MONEY & BANKS }  will append to the example  "FNBMM.BNK" ac-
  1210. count an ending year identifier,  such as  "92"  (if the ending year is 1992,
  1211. for example), so that only 1992 transactions will be archived  into  a  table
  1212. called "FNBMM92.BNK" that you may move to diskette or other storage media and
  1213. always have available for reference and safekeeping.
  1214.  
  1215. It is suggested that  you  begin  each  "new"  account at the very end of the
  1216. previous year.   For example,  if you are beginning to use  { MONEY & BANKS }
  1217. sometime in the year 1993,  you may wish to begin your accounts on  12/31/92,
  1218. the last day of the then "previous" year.  In this way your reports and other
  1219. data information are accurately portrayed for the entire new calendar year.
  1220.  
  1221.  
  1222.  
  1223.  
  1224. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 21
  1225.  
  1226.  
  1227. Even though this action may intially require somewhat extra data input by you
  1228. at the outset,  the result will be accurate and complete reporting, a primary
  1229. objective  for  using a banking management system such as  { MONEY & BANKS }.
  1230. As well,  your overall record-keeping and maintenance  shall be efficient and
  1231. up-to-date.  Do not forget that in subsequent years you may need to call upon
  1232. records  and  reports for information detail you have long since forgotten or
  1233. no longer have paper records for;  accurate data input  and time spent in the
  1234. initial setup phase of your accounts will  provide the basis for such record-
  1235. keeping.
  1236.  
  1237. You will be prompted for the last check number used on  or  just prior to the
  1238. beginning date.   { MONEY & BANKS }  will use this last check number for con-
  1239. secutive check transactions after the beginning date.
  1240.  
  1241. The next prompt is for an ACCURATE balance in the account as of the beginning
  1242. date.  Please ascertain that this figure is indeed correct to the penny.
  1243.  
  1244. You shall then select the  size  of checks you are using  for  this  account;
  1245. either  <P>ersonal or  <B>usiness size checks are the only selections availa-
  1246. ble,  based upon current standardized bank-printed checks.   This information
  1247. will be  used if  you  should  choose  to utilize the optional check-printing
  1248. facilities of  { MONEY & BANKS }.
  1249.  
  1250. After the account is created, you will be returned to the Main Menu where you
  1251. may select  "Transactions" and find your new account ready for use.   You may
  1252. create and maintain as many .BNK bank account tables as you may need.
  1253.  
  1254. Footnote:   Unlike  some  other  commercial  financial  software,   { MONEY &
  1255. BANKS }  places no practical limit on the number of  tables  or  quantity  of
  1256. data entries in each account.    The actual limit and usability is based upon
  1257. your hard disk space and available expanded memory (if any);  the theoretical
  1258. limit is a billion transactions per account.   Execution speed, however, will
  1259. be affected as account tables  grow  into  very large  (10,000+ transactions)
  1260. size.   An annual archiving and purging of ending-year data should be done to
  1261. maintain  maximum  efficiency  in  the  running  of the program and preparing
  1262. reports/queries.
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268. The Check Printer
  1269. ──────────────────
  1270. If you have made previous transactions for which you have deferred the print-
  1271. ing of checks,  you may access the Check Printer from a selection on the Main
  1272. Menu.   You are presented with a scrolling list of available accounts; choose
  1273. the account for which you would like to now print any unprinted checks.
  1274.  
  1275. (The Check Printing option comes up automatically  in the Transactions module
  1276. after you have entered your final transaction in an account.   Selecting  "Y"
  1277. or Yes to the check printing prompt will access the Check Printer module.)
  1278.  
  1279. You are presented with a listing of checks marked for  batch  printing,  that
  1280. is,  to be printed all in sequence at one time.   Review the listing and pre-
  1281. pare your blank checks in proper numerical order for insertion into the prin-
  1282.  
  1283.  
  1284.  
  1285. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 22
  1286.  
  1287.  
  1288. ter when prompted  (see  Appendix A  in  the documentation for detailed check
  1289. printing operation).
  1290.  
  1291. Press  <Esc>  when you are ready to continue; you will have an exit option on
  1292. the next screen should you decide not to print checks at this time.
  1293.  
  1294. You will than be asked if the printer is ready  and  the first check has been
  1295. inserted and properly aligned.   (There is also a message on the screen indi-
  1296. cating the currently selected printer; if this does not match your printer or
  1297. one of its emulations,  exit this module and select the proper printer in the
  1298. Utilities Menu.)   If you are ready to print,  answer "Y" and the first check
  1299. will immediately print.   After the first check has printed and been ejected,
  1300. there is a pause for you to prepare the next blank check in sequence  and in-
  1301. sert it into the printer (refer to  Appendix A  in the documentation).   When
  1302. the next check is indeed ready,  press the  <Space> bar and the check will be
  1303. immediately printed.   The  process  is  repeated until the last check in the
  1304. batch has been printed.
  1305.  
  1306. You are next prompted whether or not you wish to print mailing labels.   Ans-
  1307. wer "Y" or "N" as desired.  Information on label printing is contained in the
  1308. section "The Label Writer," in the documentation.
  1309.  
  1310.  
  1311. Reprinting a check...
  1312.  
  1313. Should a check ever be improperly printed,   possibly  because  of  misalign-
  1314. ment or jamming in the printer,  it  is  possible  (and easy)  to reprint the
  1315. check.   You will need to edit the bank account table;  from  the  Main Menu,
  1316. select View Tables,  then Bank Account (*.BNK) Tables, and then the appropri-
  1317. ate account.   Locate the record,  or row, containing the check number of the
  1318. improperly printed check,  making  sure  the  highlight  indicator is on that
  1319. row.    With  the  <RightArrow>  key,  move the highlight to the cell in  the
  1320. column entitled "PR" -- a logical-type cell that indicates "T" (true, or yes,
  1321. the check is to be printed)  or  "F"  (false, or no, the check is not  to  be
  1322. printed).   The "PR" cell will indicate  "F."   Press the <Enter> key in this
  1323. cell to activate the Edit mode,  and change the  "F" to "T."   Mark any other
  1324. check transaction records that need to be reprinted in the  same  way.   When
  1325. finished,  press  <Esc>  to  save any changes and exit the table view screen.
  1326.  
  1327. You may now reprint the check(s) by selecting the Check Printer module on the
  1328. Main Menu.   The checks that were marked  "T" in their "PR" cells will appear
  1329. as checks to be printed; you may wish to use replacement checks from the very
  1330. end of your inventory of imprinted checks,  crossing  out  the  printed check
  1331. numbers  and  writing  in  the  corresponding check numbers for the reprinted
  1332. transactions.   This action will allow your current sequence of check numbers
  1333. to remain in agreement with those in the account table.
  1334.  
  1335. We  must  add  that  you might be tempted to change the Check Number ("CKNO")
  1336. cell  itself,  thinking  that  you  will just use the next imprinted check in
  1337. your checkbook and,  in effect,  void out the improperly printed transaction.
  1338. We somewhat advise against such a procedure for  two  reasons:   first,  this
  1339. introduces  sloppy and improper recordkeeping into your system.   Future  re-
  1340. ports and queries will make no mention of the voided check number,  and there
  1341. is no permanent record of what happened to the "missing" check;  although  it
  1342. will  be  easy  to  remember what you did for the time being,  the passage of
  1343.  
  1344.  
  1345.  
  1346. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 23
  1347.  
  1348.  
  1349. months or even years may surely bring up questions about curious or seemingly
  1350. missing transactions or check numbers.
  1351.  
  1352. Second,  any such change of a check number will also have to be done manually
  1353. in the Archive table   (which also relies on a correct sequence of check num-
  1354. bers for all your accounts),   a  *required*  action all too easy to overlook
  1355. at times, no matter how attentive you are to detail.
  1356.  
  1357. For your information, please note also that the check-numbering scheme in the
  1358. Transactions module relies on a correct  "last"  check number (other than one
  1359. with a zero "0")  at  the  end  (bottom)  of  an account table.  The next new
  1360. checking transaction will be that check number, plus one.
  1361.  
  1362.  
  1363.  
  1364.  
  1365.  
  1366. The Label Writer
  1367. ─────────────────
  1368. You may access the Label Writer from a selection on the Main Menu, or in res-
  1369. ponse to the final prompt in the Transactions module.
  1370.  
  1371. The  Label Writer module is a simple utility allowing you to print up to six-
  1372. teen labels at one time based upon names  and addresses you have entered into
  1373. the Payee/Payor table.    The mailing labels are intended for use on your own
  1374. envelopes  to  send  checks to payees for which you have no preprinted return
  1375. envelopes.   You  might  wish  to manually select letter-quality mode on your
  1376. printer before printing labels.   Labels  are  printed  in  10-cpi size print
  1377. mode.
  1378.  
  1379. The Label Writer is set up for standard 1" x 3.5" labels,  such as the widely
  1380. available  Avery #4145 adhesive pin-feed printer labels.   Labels may also be
  1381. "printed" to (displayed on) the screen.
  1382.  
  1383. In the Label Writer module itself,  you are presented with empty PCode cells,
  1384. one at a time up to sixteen in number.    You may type directly into the cell
  1385. the PCode desired, or better yet,  press <Enter> in the empty cell and choose
  1386. a PCode from a PickList that pops-up.
  1387.  
  1388. After you have chosen and confirmed with the  <Enter>  key one or more PCodes
  1389. for labels you wish to print,  simply press  <Esc>  in the next empty cell to
  1390. move on to the actual printing prompt screen.  You will then have an election
  1391. to print to the <P>rinter, send to the <S>creen, or <Q>uit.  Make your selec-
  1392. tion by pressing the appropriate letter key ("P" "S" or "Q").
  1393.  
  1394. If you choose <P>rinter, you will see a prompt asking if the printer is ready
  1395. and loaded with 1 x 3.5 labels.    Pressing  "Y"  begins the printing of your
  1396. labels.   There  will  be  three  printed lines  on each label,  provided you
  1397. properly entered the information for each entry  when  setting up your PCodes
  1398. in the Payee/Payor table.  The left print margin is 3 characters.
  1399.  
  1400. If you choose to "print" to the Screen,  you will see the selections shown in
  1401. label format on the screen.
  1402.  
  1403. Choosing the <Q>uit option will return you to the Main Menu.
  1404.  
  1405.  
  1406.  
  1407. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 24
  1408.  
  1409.  
  1410.  
  1411.  
  1412. The Report Writer
  1413. ──────────────────
  1414. Upon selecting the Main Menu item  entitled Report Writer,  you are presented
  1415. with a menu screen similar to the following:
  1416.  
  1417.  
  1418.  ╔══════════════════════════════════════════════════════════════════════════╗
  1419.  ║ ■ │              { MONEY & BANKS }   REPORT WRITER               │  │  ║
  1420.  ║───┘──────────────────────────────────────────────────────────────└───┴───║
  1421.  ║                                                                          ║
  1422.  ║     ┌───────────────────────────────────────────────────────────────┐    ║
  1423.  ║     │                                                               │    ║
  1424.  ║     │                                                               │    ║
  1425.  ║     │       Archives, by Year, sorted by Institution & Date         │    ║
  1426.  ║     │       Archives, by Year, sorted by Allocations                │    ║
  1427.  ║     │       Archives, by Year, sorted by Payee/Payor                │    ║
  1428.  ║     │       Summary, by Account, by Year, in date order             │    ║
  1429.  ║     │       Listing of Uncleared Transactions in an Account         │    ║
  1430.  ║     │       Listing of currently assigned PCodes                    │    ║
  1431.  ║     │       Listing of currently assigned AlloCodes                 │    ║
  1432.  ║     │       Listing of active CD's / BONDS / PORTFOLIO              │    ║
  1433.  ║     │       Listing of the Credit Cards Minder                      │    ║
  1434.  ║     │       Plain, generic listings for any other Data Tables       │    ║
  1435.  ║     │       Return to Main Menu                                     │    ║
  1436.  ║     │                                                               │    ║
  1437.  ║     │                                                               │    ║
  1438.  ║     └───────────────────────────────────────────────────────────────┘    ║
  1439.  ║                                                                          ║
  1440.  ╚══════════════════════════════════════════════════════════════════════════╝
  1441.  
  1442.  
  1443. All reports and listings are first shown on the screen in wide-access format;
  1444. that is,  reports wider than 80 characters may be scrolled out  to  the right
  1445. for you to view all contained information.   Simply  use  the  arrow  keys or
  1446. mouse.   After viewing your data on the screen, you will be presented with an
  1447. option to print the report;  wide reports  are printed  in compressed mode on
  1448. the default printer on printer port LPT1.
  1449.  
  1450. All reports shown on the screen  will  have a resulting text file left in the
  1451. current directory;  these text files,  in standard ASCII format, have the ex-
  1452. tension  .RPT  as report identifiers.   The prefix part of the file name will
  1453. refer briefly to the report selection you had made; these files are overwrit-
  1454. ten each time you specify a new version of the report.  The main use of these
  1455. .RPT files is for users who have desktop publishing programs and/or Microsoft
  1456. Windows(tm) who would like to print out their reports from  { MONEY & BANKS }
  1457. with the unique font and formatting capabilities contained in those programs.
  1458. Simply read or import the .RPT files as standard ASCII text files.  For exam-
  1459. ple, in Microsoft Windows(tm) Notepad, you may simply open the file by speci-
  1460. fying the file name  (ie, "AC.RPT")  and view/prepare your report as desired.
  1461. In  Ventura Publisher(tm),  Windows(tm) Write,  or  Microsoft  Word  for Win-
  1462. dows(tm),  you  would  import  the  file as standard ASCII text and make your
  1463. printed presentations from within those programs.    Refer to those programs'
  1464. documentation for information on formatting columnar text or tables.
  1465.  
  1466.  
  1467.  
  1468. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 25
  1469.  
  1470.  
  1471.  
  1472. If you have no use whatsover for the resulting  .RPT  files left in your cur-
  1473. rent directory,  you may safely delete them or leave them there,  as desired.
  1474. They will recur each time you use the Report Writer module, and existing .RPT
  1475. files will be overwritten by any new updates.  You may also retain .RPT files
  1476. by  renaming  the prefix part of the file name and storing them in the direc-
  1477. tory or on diskette.
  1478.  
  1479. The first selection on the  Report Writer Menu  presents  a  formatted report
  1480. based on your Archive table  for the year-to-date,  sorted  by  the different
  1481. accounts in the current directory  as  well  as the date.   This  combination
  1482. report and query  may be run often  even though there may be no need to print
  1483. out such a report:   viewing your data on-screen in this format will yield an
  1484. important  grand-view concept of your banking management system.   Its impor-
  1485. tance  will  become  evident  after you have entered several months' worth of
  1486. transaction  data,  especially  if  you use more than one bank account table.
  1487. After viewing on-screen,  you may press <Esc> to continue;  you are presented
  1488. with an option to send the report to the printer.   Answer  yes or  no as you
  1489. may desire.
  1490.  
  1491. A progress gauge will monitor the on-screen report preparation.
  1492.  
  1493. The second selection is very similar to the first report, except for the sort
  1494. order and summary information you will find therein.   It presents your Arch-
  1495. ive table data sorted by budget allocation categories spanning all your vari-
  1496. ous accounts.   Again, the importance of this information will become greatly
  1497. enhanced after several months' worth of data entry.   You will now be able to
  1498. visualize what all that time-consuming effort  was about setting up all those
  1499. curious AlloCodes and PCodes.
  1500.  
  1501. A progress gauge monitors the on-screen report preparation.
  1502.  
  1503. The third report is again similar,  presenting  the  Archive  table sorted by
  1504. Payee/Payor.  In this order, the report is grouped and totaled by Payee/Payor
  1505. from all the accounts as combined in the Archive table.  With a large Archive
  1506. table,  this  report  will probably take more time to prepare and show on the
  1507. screen than the other reports, due to its complexity.   This is a most useful
  1508. report,  particularly at year-end,  showing how much you have paid to, or re-
  1509. ceived from, each Payee/Payor, respectively.  A progress gauge is provided.
  1510.  
  1511. The fourth item presented in the Report Writer,  is  an  opportunity  to view
  1512. and/or  print formatted reports of your individual account tables.   When you
  1513. had the opportunity to peruse account tables in table view mode,  you saw en-
  1514. tries in raw data format:  PCodes referring to Payee/Payors you could not re-
  1515. member, the same with all those AlloCodes.   Here, in a formatted report, you
  1516. will see the correlation to the actual names of your payees and payors, along
  1517. with your allocations in plain English.   The  reports/queries  here are pre-
  1518. sented in order of transaction date  and you may choose  the separate account
  1519. tables to view.   As with all the selections in the  Report Writer,  you  are
  1520. given a choice to print the formatted reports on your printer.   This listing
  1521. is a fast, efficient report to produce.
  1522.  
  1523. Fifth, a report listing outstanding, or uncleared, transactions in any of the
  1524. account tables provides the means for you to observe which items have not yet
  1525. been marked as  "CL"  (a logical-type cell for "cleared").   Transactions are
  1526.  
  1527.  
  1528.  
  1529. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 26
  1530.  
  1531.  
  1532. automatically marked "cleared" as you check them off from your bank statement
  1533. in the Reconcile module.   This quick and efficient report may be viewed and/
  1534. or printed frequently.
  1535.  
  1536. The sixth and seventh items are primarily for your deskside reference:   they
  1537. are simple listings in alphabetical order of your current  Payee/Payor  table
  1538. codes and Allocation table codes, respectively.
  1539.  
  1540. The eighth option  on  the menu covers a data table  that is included on  the
  1541. Utilities Menu,  "CD's / BONDS / PORTFOLIO,"  an extra storage table for opt-
  1542. ional entry of your various certificates of deposit,  savings accounts/plans,
  1543. bonds and/or other securities.   The report includes only items in that table
  1544. that you have marked as "Active;"  that is,  are currently maintained in your
  1545. portfolio  (inactive items  are kept in the table for long term recordkeeping
  1546. purposes).
  1547.  
  1548. The ninth selection, "Listing of the Credit Cards Minder," is a simple report
  1549. showing the current items in the Credit Card Minder  (on the Utilities Menu).
  1550. The listing is presented in alphabetical order by card name.
  1551.  
  1552. The final report item for Plain,  Generic listings is not truly what might be
  1553. called a report.   It presents raw table data from any account table, current
  1554. or archival,  or  any  other  data table for which you might need a printout.
  1555. Please realize these are basic, unformatted listings without screen scrolling
  1556. but are invaluable  when you need to retrieve stored data  not available with
  1557. the other menu choices.    The selection of the tables is similar to the View
  1558. Tables selection on the Main Menu.   If  you  are  retrieving data from other
  1559. drives or directories,  use the "Change Directory" selection on the Utilities
  1560. Menu prior to running your report request.
  1561.  
  1562. It is planned that a subsequent version of  { MONEY & BANKS }  will include a
  1563. user-definable,  complete report writer facility with many available options.
  1564. Such an additional selection will make ad hoc reports a viable option for the
  1565. end-user.
  1566.  
  1567. The final option on the Report Writer menu  returns you to the Main Menu,  or
  1568. you may simply press  <Esc> or  <RightMouse> when you wish to exit the Report
  1569. Writer.
  1570.  
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576.  
  1577.  
  1578.  
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585.  
  1586.  
  1587.  
  1588.  
  1589.  
  1590. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 27
  1591.  
  1592.  
  1593.  
  1594.  
  1595. View Tables
  1596. ────────────
  1597. The Main Menu has a selection called View Tables; when you choose it, you are
  1598. presented with a small options screen similar to the following:
  1599.  
  1600.  
  1601.  
  1602.  
  1603.  
  1604.  
  1605.                          ┌SELECT TYPE OF TABLE TO VIEW:┐
  1606.                          │Bank Account (*.BNK) Tables  │                        
  1607.                          │Other Data (*.DBF) Tables    │                        
  1608.                          │Quit:  return to Main Menu   │                        
  1609.                          └─────────────────────────────┘                        
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615. There are two types of data tables in  { MONEY & BANKS }:    the account tab-
  1616. les, which have a filename extension of .BNK and all other data tables, which
  1617. all have an extension of .DBF.   Both  types  of  tables may be viewed and/or
  1618. edited with this module.
  1619.  
  1620. The tables are presented in table-view format,  similar  to that found in the
  1621. Transactions module.   The operation and function  is nearly identical.   You
  1622. may wish to refer to those parts of the documentation that describes Editing/
  1623. Adding To/Viewing the Payee/Payor, Allocation, and Archive tables.
  1624.  
  1625. When browsing tables in table view,  you  may use the arrow keys or the mouse
  1626. for scrolling, and the QuickJump keys are available:     <Ctrl-PgDn>   <Ctrl-
  1627. PgUp>       <Ctrl-End>       <Ctrl-Home>.     (Also,   <Ctrl-RightArrow>  and
  1628. <Crtl-LeftArrow>  may be used for panning to the right and left.)
  1629.  
  1630. Follow the on-line prompts for other needed keys.   Please be aware that when
  1631. you delete (with the <Del> key) a record (or "row" in spreadsheet terms),  it
  1632. is first "marked" for deletion (you will see a caption,  <Deleted> at the top
  1633. of the screen).   The actual deletion does not occur until you exit the table
  1634. view screen.   Also note that the  <Del> key is a "toggle;"  that is,  if you
  1635. press  <Del>  a second time on a record already marked for deletion  you will
  1636. "undelete" the record.   The  undelete must be performed prior to exiting the
  1637. screen; as you exit,  any records marked for deletion are permanently removed
  1638. from the table.  Exercise extra caution when performing record deletes on any
  1639. archival tables,  which are in essence history tables and a deleted record is
  1640. irretrievably lost.
  1641.  
  1642. Although you may add and/or edit records (entries) in the  table-view format,
  1643. two special hot-keys provide  "form view"  editing and adding for .DBF tables
  1644. (hot-keys not available when viewing .BNK tables).   <Alt-N>  will bring up a
  1645. blank  "form"  containing entry cells for all the information in a single new
  1646. record, in easy-to-fill-out format.   Similarly,  the <Alt-E> key combination
  1647. will bring up a form view to Edit the item,  or record,  that you have posit-
  1648.  
  1649.  
  1650.  
  1651. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 28
  1652.  
  1653.  
  1654. ioned the cursor on.   Make your new entries or editing changes in form view,
  1655. then press <F10> to save, or <Esc> to reject, the changes.
  1656.  
  1657. Pressing  <Esc>  or  <RightMouse> in table view saves any changes and returns
  1658. you level by level to where you began.
  1659.  
  1660.  
  1661.  
  1662. The Utilities Menu
  1663. ───────────────────
  1664. Upon selecting the Main Menu item  for the Utilities Menu,  you are presented
  1665. with a menu screen similar to the following:
  1666.  
  1667.  
  1668.  ╔══════════════════════════════════════════════════════════════════════════╗
  1669.  ║ ■ │              { MONEY & BANKS }   UTILITIES MENU              │  │  ║
  1670.  ║───┘──────────────────────────────────────────────────────────────└───┴───║
  1671.  ║                                                                          ║
  1672.  ║     ┌───────────────────────────────────────────────────────────────┐    ║
  1673.  ║     │                                                               │    ║
  1674.  ║     │                                                               │    ║
  1675.  ║     │            Select a Different Printer                         │    ║
  1676.  ║     │            CD's / BONDS / PORTFOLIO  Records                  │    ║
  1677.  ║     │            Credit Cards Minder                                │    ║
  1678.  ║     │            Backup Data Tables to Diskette                     │    ║
  1679.  ║     │            Change to a Different Directory                    │    ║
  1680.  ║     │            Calendar                                           │    ║
  1681.  ║     │            Calculator                                         │    ║
  1682.  ║     │            On-Line Manual                                     │    ║
  1683.  ║     │            Archive & Purge Ending Year's Data                 │    ║
  1684.  ║     │            About                                              │    ║
  1685.  ║     │            Return to Main Menu                                │    ║
  1686.  ║     │                                                               │    ║
  1687.  ║     │                                                               │    ║
  1688.  ║     └───────────────────────────────────────────────────────────────┘    ║
  1689.  ║                                                                          ║
  1690.  ╚══════════════════════════════════════════════════════════════════════════╝
  1691.  
  1692.  
  1693.  
  1694. The first item on the Utilities Menu  allows you to select the proper printer
  1695. driver for your brand of printer.   For more information on this process, see
  1696. the section in the documentation called  "Printer Support for Reports, Checks
  1697. and Labels Printing."
  1698.  
  1699. The second Utility option,  "CD's / BONDS / PORTFOLIO  Records,"  is a simple
  1700. recordkeeping table which is outside the functional boundry of  the main pro-
  1701. gram,  and  is there for your optional use and convenience.   Therein you may
  1702. list  and keep records of active and formerly active certificates of deposit,
  1703. savings accounts, bonds and/or portfolio items, or other items of value.
  1704.  
  1705. After  you  have  had  some  practice  dealing  with the other data tables in
  1706. { MONEY & BANKS },  you will find entry and maintenance  of  this table quite
  1707. familiar and simple.    View the sample entries to start,  add your own,  and
  1708. delete the samples later on.   You might make note of  the  "Active"  cell in
  1709.  
  1710.  
  1711.  
  1712. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 29
  1713.  
  1714.  
  1715. this table;  it is a  "logical" type entry expecting either "T" (true) or "F"
  1716. (false)  to indicate yes or no this item is active or it is not.   Only items
  1717. marked "T" (true they are active) are included in the reporting option on the
  1718. Report Writer Menu.   The  entries  in  this table are not sorted in order of
  1719. date or name;  they  are  simply  maintained in the order you choose to enter
  1720. them.
  1721.  
  1722. The third item,  "Credit Cards Minder,"  is another  optional data table very
  1723. similar to the  "CD's / BONDS / PORTFOLIO  Records"  table.   Therein you may
  1724. keep records  about  the credit cards belonging to a family or business,  in-
  1725. cluding the card names,  account numbers,  phone numbers  to  report  lost or
  1726. stolen cards,  cardholder name(s) appearing on the cards, and other pertinent
  1727. information.   The records  will be maintained by the program in alphabetical
  1728. order by card name.  The use or non-use of this facility has no effect on the
  1729. operation of the main components of  { MONEY & BANKS };  it is  provided  for
  1730. your convenience if you wish to keep such records in a single place.    There
  1731. is a listing option on the Report Writer menu  to  view  or print information
  1732. from this table.
  1733.  
  1734. The fourth Utility selection,  "Backup Data Tables to Diskette,"  is  a  very
  1735. useful backup facility for users of DOS 5.0 and greater.   It transfers fully
  1736. usable (not compressed)  DOS copies of all data tables than have been changed
  1737. or added  since you last did such a backup.   You are presented with a choice
  1738. of using either the  A: or  B: drive;  initially, insert a formatted diskette
  1739. and all tables are copied to that diskette.   Differential type  backups  are
  1740. then performed daily as you use the program and elect to use this utility.
  1741.  
  1742. You might consider using  two  alternate-day  diskettes  for  extra  failsafe
  1743. security of your financial backups.    Please note that the utility relies on
  1744. the  DOS 5.0 (and greater)  command  REPLACE.EXE,  which must be available in
  1745. your path.   You will have to run this utility in each directory in which you
  1746. have active data tables for the program  { MONEY & BANKS };  use a  different
  1747. diskette for each directory.   If  you  are  using a version of DOS less than
  1748. 5.0, please use a reliable backup utility after you exit  { MONEY & BANKS }.
  1749.  
  1750. The fifth menu item,  "Change to a Different Directory," allows you to change
  1751. Drives and/or Directories to access variously stored data tables.   The util-
  1752. ity is simple to use and is self-explanatory;  simply  follow  the  on-screen
  1753. prompts.   If you type in a  non-existent or misspelled directory,  you  will
  1754. remain in the current directory, which will be indicated on the screen.
  1755.  
  1756. The sixth and seventh items are the  Calendar and  Calculator,  respectively.
  1757. They are, of course, available as pop-ups throughout  { MONEY & BANKS }  with
  1758. the hot-keys  <Alt-L> (calendar) and  <Alt-K> (calculator).   When you access
  1759. them as menu items on the  Utility Menu  they  are presented to you on clean,
  1760. uncluttered white background screens  (as  opposed to popping up over data or
  1761. other information on-screen elsewhere in the program).
  1762.  
  1763. The eighth utility is an on-line reader of the documentation.   This function
  1764. is provided for times when the context-sensitive help does not provide enough
  1765. information and you need to access the manual, or for simply reading the man-
  1766. ual as you have time, without exiting the program.   The hot-key <Alt-M> also
  1767. brings up the documentation for reading anywhere within the program.  You may
  1768. wish to try to  remember  <Alt-M>  by  associating  the  "M"  with  the  word
  1769. "manual."   There are text search and print marking facilities available.
  1770.  
  1771.  
  1772.  
  1773. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 30
  1774.  
  1775.  
  1776.  
  1777. The  Archive & Purge Ending Year's Data  selection  will be available in your
  1778. registered copy of  { MONEY & BANKS },  if you should decide  to purchase it.
  1779. It was felt that the  trial period of this software  would  not extend into a
  1780. another year of data and therefore,  best  left to be available on registered
  1781. copies.  The utility maintains maximum efficiency of year-to-year data tables
  1782. and  offers  a  permanent  archival facility for your past financial records.
  1783. Please consider this very important feature  when  determining whether or not
  1784. you will become a registered user of  { MONEY & BANKS }.   We have decided to
  1785. keep the purchase price very reasonable in order to further encourage  legal,
  1786. registered copies of this software.
  1787.  
  1788. The  "About" option on the Utilities Menu offers important system information
  1789. about the computer on which  { MONEY & BANKS }  is installed.   It includes a
  1790. constantly updated on-screen clock.  The "About" screen also bears the offic-
  1791. ially affixed notice of copyright for the software.
  1792.  
  1793. The final option on the Utilities Menu returns you to the Main Menu,  or  you
  1794. may simply press <Esc> or <RightMouse> when wish to exit the Utilities Menu.
  1795.  
  1796.  
  1797.  
  1798.  
  1799.  
  1800. Printer Support for Reports, Checks and Labels Printing
  1801. ────────────────────────────────────────────────────────
  1802. There is printer support  for a  variety  of printers;  select  a  compatible
  1803. printer from the  "Select a Different Printer"  item on the Utilities Menu to
  1804. replace the default printer.  If your exact brand and model of printer is not
  1805. listed, there should be at least one selection that is a compatible emulation
  1806. for your printer; check your own printer's manual for emulation guidelines.
  1807.  
  1808. You may wish to manually select letter-quality print style on the printer it-
  1809. self for the printing of checks and mailing labels.   You  should use  draft-
  1810. quality for most reports simply because of the printing speed,  especially if
  1811. reports are lengthy.
  1812.  
  1813. If you elect to use the selection for  "Generic Printer",  please  note  that
  1814. print size codes will not be sent to your printer.  You  should  then  select
  1815. manually on the printer itself the compressed mode option for the printing of
  1816. reports.    Select  10-cpi  mode for the printing of labels and,  especially,
  1817. checks.
  1818.  
  1819. The PRINTER.DBF table contains all the printer models and codes, and is edit-
  1820. able by the end user by using the View Tables selection on the Main Menu, but
  1821. is only available for editing when working in the main \MONEY directory.   If
  1822. you are in your  \MONEY\BUSINESS subdirectory, for example,  you will need to
  1823. change directories  (see the option for this on the Utilities Menu)  or  exit
  1824. the program  and restart it in the main  \MONEY  directory  in  order for the
  1825. PRINTER.DBF  table to appear  on the  <View Tables>  <Other *.dbf>  selection
  1826. menu.
  1827.  
  1828.      ┌───────────────────────────────────────────────────────────────┐
  1829.      │ Most users will not ever need to edit the PRINTER.DBF codes.  │
  1830.      └───────────────────────────────────────────────────────────────┘
  1831.  
  1832.  
  1833.  
  1834. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 31
  1835.  
  1836.  
  1837.  
  1838. If you do plan to edit the  PRINTER.DBF,  please note that printer codes  are
  1839. entered in Lotus-style format;  see  your  own  printer's  manual for printer
  1840. codes.    Currently,  { MONEY & BANKS }  only uses 10-cpi size and Compressed
  1841. size for its printing requirements.
  1842.  
  1843.  
  1844.  
  1845.  
  1846. Technical Matters
  1847. ──────────────────
  1848. { MONEY & BANKS }    will  run  on  IBM-compatible  computers  with  512k  of
  1849. memory.   All display modes are supported; although the video was designed on
  1850. and primarily intended for VGA display, the program was simultaneously tested
  1851. on,  and modified as needed for,  monochrome displays  as well as  laptop B/W
  1852. displays  in  order  that contrasts and prompts be present and visible to all
  1853. possible users.    Special features that are  VGA-only are compensated for in
  1854. the other displays, with no adverse effect on program execution.
  1855.  
  1856. { MONEY & BANKS }  must be installed on a hard drive.  Do not attempt to ins-
  1857. tall to, or run the program on, a floppy drive.
  1858.  
  1859. DOS 3.1 or higher is required,  and DOS 5.0 or greater is not only suggested,
  1860. but required for one utility on the  Utilities Menu:   the  backup  facility.
  1861. Mouse support is provided,  but a mouse  is  not required for use of the pro-
  1862. gram.
  1863.  
  1864. In your config.sys file, you should have the FILES=  statement set at  30  or
  1865. greater (ie,  FILES=30).   A disk cache utility used on your system will pro-
  1866. vide great benefit to running   { MONEY & BANKS },  resulting  in  marked im-
  1867. provement in speed and efficiency throughout the program.
  1868.  
  1869. { MONEY & BANKS }  will use expanded memory if it is available on the system,
  1870. even if it is only present in a small amount.   The presence of expanded mem-
  1871. ory, particularly on a  386  or greater computer,  significantly enhances the
  1872. performance and efficiency of this software.    Please note that  ALL availa-
  1873. ble expanded memory will be garnered by the program, whether it is all subse-
  1874. quently used or not.  If this presents a problem for you in that you might be
  1875. using  a  task-switching program  or  multitasking environment  and wish more
  1876. expanded memory for other uses,  a simple environmental setting can limit the
  1877. amount of expanded memory  used by  { MONEY & BANKS }  without  adversely af-
  1878. fecting the program's own performance.   Information  on this setting will be
  1879. furnished to registered users upon written request.
  1880.  
  1881. A variety of printers is supported  via a selection  on  the  Utilities Menu.
  1882. Popular printers and emulations are provided to the best of our knowledge; if
  1883. there is difficulty with any of the printer choice settings, kindly send us a
  1884. note regarding this  and  any  possible  corrections/additions  you  may have
  1885. found, if any.    The optional use of the check-printing facility is intended
  1886. for use on dot-matrix printers which allow printing of single sheets.   Laser
  1887. printer support is included,  but  is  intended primarily for the printing of
  1888. reports.   The printer must be connected to LPT1,  or  you must use a utility
  1889. that will direct LPT1 calls to the appropriate address.
  1890.  
  1891.  
  1892.  
  1893.  
  1894.  
  1895. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 32
  1896.  
  1897.  
  1898. It is possible (but unlikely) that certain files,  particularly  index  files
  1899. (*.NTX)  can,  at some point,  become corrupted  and you see an error message
  1900. pointing to index files.   This would likely only occur if you had been work-
  1901. ing in the program  and those files were being updated when there was a power
  1902. outage.   Simply change to the directory where this occurred,  and  while  in
  1903. DOS, type:
  1904.  
  1905.                      DEL *.NTX
  1906.  
  1907. to delete all the index files;  the next time you run  { MONEY & BANKS }  the
  1908. index files will be rebuilt.   Do not take the backup .NTX files you may have
  1909. stored on your backup diskettes; they may or may not match the data tables if
  1910. you were doing updating when the corruption occurred.
  1911.  
  1912. If you have data tables that become unusable,  copy  them  from  your  backup
  1913. diskettes, along  with their associated index files  (bank account tables and
  1914. archive tables do not have index files).    Should other files become corrup-
  1915. ted,  particularly the "_admin.*,"  you will have to secure valid copies from
  1916. the original distribution files that you got  when you received this program.
  1917. You  might  wish  to  keep  a set of all the original uncompressed files on a
  1918. separate diskette in case one or more is needed, avoiding the install process
  1919. and uncompressing files.   Also,  data tables (.dbf) can appear to be corrup-
  1920. ted to some users,  but usually the problem is with  indexes  (.ntx)  that no
  1921. longer match or are not current with the associated .dbf table.  Try deleting
  1922. the .ntx files as described above before deciding the .dbf tables are bad.
  1923.  
  1924. It is possible that after having used the  "Change Directory" facility on the
  1925. Utilities Menu,  { MONEY & BANKS }  may leave behind a temporary swap file in
  1926. the directory that was changed "from."    You may see such files in directory
  1927. listings after normally exiting  { MONEY & BANKS };  they  are  identified by
  1928. unique file names containing a random sequence of numbers and letters with no
  1929. file extension, perhaps something like "73C0193C" (no extension).  Only AFTER
  1930. you have normally exited  { MONEY & BANKS }  for any session,  may you safely
  1931. delete such files  from the directory,  if they are found.   Ordinarily,  the
  1932. program  "cleans up"  any  temporary  swap  and/or  virtual-memory  files  it
  1933. creates; however, if the directory is changed and the program is then exited,
  1934. a previously created temporary file may be left behind in the previous direc-
  1935. tory.  If you are using  { MONEY & BANKS } along with a task-switching facil-
  1936. ity or multi-tasking program, or access the DOS prompt from within  { MONEY &
  1937. BANKS },  and observe such temporary files,  DO NOT DELETE them;  only  after
  1938. properly exiting a session with  { MONEY & BANKS }  may you safely delete any
  1939. remaining temporary files that are found.
  1940.  
  1941. Technical support is provided to registered users who  send  us  requests  in
  1942. writing.   Please include your phone and fax (if any) numbers as well as your
  1943. mailing address on ALL written communications.   We  reserve the right to ex-
  1944. pand  or  limit  technical support facilities  in the future,  as  may become
  1945. needed.
  1946.  
  1947.  
  1948. [ End of main documentation ]
  1949.  
  1950.  
  1951.  
  1952.  
  1953.  
  1954.  
  1955.  
  1956. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 33
  1957.  
  1958.  
  1959.  
  1960. APPENDIX A:
  1961. ────────────
  1962.  
  1963. { MONEY & BANKS } Check-printing module for dot-matrix printers.
  1964. ─────────────────────────────────────────────────────────────────────────────
  1965.  
  1966. Take a sheet of regular 8.5 x 11" paper, preferably of heavy stock, and  make
  1967. a  "carrier" for your personal or business size checks.   Cut  a  three-sided
  1968. slot, about 3 inches in length in the upper left of the sheet of paper:
  1969.  
  1970.  
  1971.                                                 8.5"
  1972.                         ┌───────────────────────────────────────────────┐
  1973.                         │                                               │
  1974.                         │                                               │
  1975.                         │                               Cut a 3-sided   │
  1976.                         │                               slot with knife │
  1977.                         │     ______________________    to hold a check │
  1978.                         │    /                      \   <--             │
  1979.                         │                                               │
  1980.                         │                                               │
  1981.                         │                                               │
  1982.                         │                                               │
  1983.                     11" │                                               │
  1984.                         │                                               │
  1985.                         │                                               │
  1986.                         │                                               │
  1987.                         │                                               │
  1988.                         │                                               │
  1989.                         │                                               │
  1990.                         │                                               │
  1991.                         │                                               │
  1992.                         │                                               │
  1993.                         │                                               │
  1994.                         └───────────────────────────────────────────────┘
  1995.  
  1996.  
  1997.  
  1998.  
  1999.  
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  
  2006.  
  2007.  
  2008.  
  2009.  
  2010.  
  2011.  
  2012.  
  2013.  
  2014.  
  2015.  
  2016.  
  2017. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 34
  2018.  
  2019.  
  2020.  
  2021. Each individual check will be inserted into that slot (just to hold it easily
  2022. in proper position for printing consistently from check to check):
  2023.  
  2024.                                                8.5"
  2025.                         ┌───────────────────────────────────────────────┐
  2026.                         │╔══════════════════════════════╗               │
  2027.                         │║                   ─────────  ║  Your         │
  2028.                         │║   ──────────────────── ────  ║  regular      │
  2029.                         │║ ───────────────────────      ║  bank check   │
  2030.                         │║                ───────────── ║  fits here    │
  2031.                         │║    ______________________    ║  <--          │
  2032.                         │╚═══/                      \═══╝               │
  2033.                         │                                  and "rides"  │
  2034.                         │                                  into your    │
  2035.                         │                                  dot-matrix   │
  2036.                         │                                  printer on   │
  2037.                     11" │                                  the sheet of │
  2038.                         │                                  paper.       │
  2039.                         │                                               │
  2040.                         │                                  After print- │
  2041.                         │                                  ing one      │
  2042.                         │                                  check, load  │
  2043.                         │                                  next one the │
  2044.                         │                                  same way,    │
  2045.                         │                                  pressing     │
  2046.                         │                                  <space> to   │
  2047.                         │                                  print each.  │
  2048.                         └───────────────────────────────────────────────┘
  2049.  
  2050.  
  2051. (If your dot-matrix printer feeds single sheets from the rear of the machine,
  2052. you may wish to add a second,  inversely-cut  "slot"  to hold down the top of
  2053. your check as you load it from the rear.)
  2054.  
  2055. Not fancy,  and certainly time-consuming if printing a lot of checks at once,
  2056. but for small accounts  it does the job without purchasing specially  printed
  2057. form-feed checks.   For doing one,  two,  or a few checks at a time,  this is
  2058. often easier than working with form-feed checks  that  require  placement and
  2059. movement of the pin-feed rollers in your printer.
  2060.  
  2061. Practice with blank pieces of paper that are translucent and  cut to the size
  2062. of your printed checks.  After printing a "blank," place it over a bank check
  2063. and hold them up to the light so that you may observe where  the  lines print
  2064. and how to position and manipulate in YOUR printer the actual printed  checks
  2065. for proper alignment of the printed words and numbers  with the lines on  the
  2066. checks.
  2067.  
  2068. The "memo,"  usually a merchant's account number or other info, is printed at
  2069. the top above the date to identify  your remittance to the person(s)  you are
  2070. sending the check.  The pre-printed memo area (usually at the bottom left) on
  2071. your checks is not used.
  2072.  
  2073. Once this is set up (after practicing a few times), you will find that almost
  2074. all checks will print properly,  or very close to it,  with  the default set-
  2075.  
  2076.  
  2077.  
  2078. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 35
  2079.  
  2080.  
  2081. tings for generic checks.   Remember,  use of the  check-printing facility is
  2082. optional  and  most  certainly not required for beneficial use of the program
  2083. { MONEY & BANKS }.
  2084.  
  2085.  
  2086.  
  2087.  
  2088. APPENDIX B
  2089. ───────────
  2090. Registration Information:
  2091. { MONEY & BANKS }  is licensed and supplied as is,  without any warranty.  To
  2092. the extent permitted under applicable law, RCCO Research Associates disclaims
  2093. all warranties,  either expressed or implied,  with  respect to this software
  2094. program,  its quality, performance, merchantability,  or fitness for any par-
  2095. ticular purpose.
  2096.  
  2097. In particular,  this software program is not guaranteed to prevent or  detect
  2098. damage to your data or programs.   In no event shall RCCO Research Associates
  2099. be liable for any claims for lost profits or any damage,  including,  but not
  2100. limited to,  special,  incidental,  consequential or other damage (including,
  2101. without limitation,  damages for loss of business profits, business interrup-
  2102. tion,  loss of business information,  or other pecuniary loss) arising out of
  2103. the use of or inability to use this RCCO Research Associates product, even if
  2104. RCCO Research Associates has been advised of the possibility of such damages.
  2105. Some states do not allow the exclusion or  limitation of incidental or conse-
  2106. quential damages,  so the above limitation or exclusion may not apply to you.
  2107. In no case shall RCCO Research Associates's liability exceed the license fees
  2108. paid for the right to use the licensed version of the software.   The license
  2109. agreement and warranty shall be construed,  interpreted  and  governed by the
  2110. laws of the state of Tennsessee.
  2111.  
  2112. This software program,  { MONEY & BANKS }tm, is protected under the Copyright
  2113. Laws of the United States of America  and  all applicable International Copy-
  2114. right Conventions.   Makers and/or users of illegal or unauthorized copies of
  2115. the registered version are subject to prosecution under these laws.
  2116.  
  2117. Please note that, due to staff involvement with other programming operations,
  2118. we cannot accept telephone inquiries regarding this product.
  2119.  
  2120.  
  2121. ┌───────────────────────────────────────────────────────────────────────────┐
  2122. │  Please consider how unusally low the registration price is for a full,   │
  2123. │  legal, registered copy of software you may use for many years.           │
  2124. │                                                                           │
  2125. │  If you use the program beyond the liberal trial period,  or attempt to   │
  2126. │  continue using it without  purchasing a registered copy,  it  must  be   │
  2127. │  considered unauthorized use of proprietary authorship and material.      │
  2128. └───────────────────────────────────────────────────────────────────────────┘
  2129.  
  2130.  
  2131. If  you  find  this  program  useful and find that you would like to continue
  2132. using  { MONEY & BANKS }  after a reasonable trial period of ninety days, you
  2133. should purchase a registered copy  by sending payment  of  U.S. $25.00  (plus
  2134. U.S. $3.00 S&H; $7.00 non-U.S.)  to  RCCO Research Associates.   No telephone
  2135. orders, please.    Suggested retail price in stores for the retail package is
  2136.  
  2137.  
  2138.  
  2139. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 36
  2140.  
  2141.  
  2142. $69.95.  Tennessee residents kindly add the required sales taxes.  Due to the
  2143. low price,  all corporate and institutional purchase orders must be accompan-
  2144. ied by remittance.  (Volume purchasers please write for further information.)
  2145. Please indicate disk size desired (3.5" or 5.25").
  2146.  
  2147. Also  available is  a  Professional Interface  version of  { MONEY & BANKS },
  2148. which  may  be  desirable  for use in many business and professional offices.
  2149. Instead  of  the  brightly colored backgrounds  for  the  primary  menus used
  2150. throughout  { MONEY & BANKS },  the Professional Interface version uses black
  2151. backgrounds for the primary menus,  offering a conservative and somewhat more
  2152. elegant, metallic look for computers that will have the program on the screen
  2153. for several hours during the day.    An example of this type of screen may be
  2154. seen in the present version by selecting the  Report Writer,  then  the  item
  2155. "Summary, by Account"  and viewing the accounts selection screen that has the
  2156. type of black background available throughout the Professional Interface ver-
  2157. sion.
  2158.  
  2159. Other  than  the backgrounds of the primary menu screens,  the appearance and
  2160. function of the program is identical to  the  standard  version.   Due to the
  2161. special build required,  the direct-only price for the Professional Interface
  2162. version is  U.S. $40.00  (plus U.S. $3.00 S&H;  $7.00 non-U.S.).   (Suggested
  2163. retail price in stores for the retail package  of the  Professional Interface
  2164. version is $99.95.)  Simply indicate that you wish the Professional Interface
  2165. version on your order and remit the appropriate amount;  also  indicate  disk
  2166. size desired (3.5" or 5.25").
  2167.  
  2168. The registration fee will license one copy for use on any one computer at any
  2169. one time.
  2170.  
  2171. Commercial  users  of  { MONEY & BANKS }  must  register  and order their own
  2172. authorized copies of  { MONEY & BANKS }  within 60 days of first use or their
  2173. license is withdrawn.
  2174.  
  2175. You are encouraged to pass a copy of the  unregistered  version  of { MONEY &
  2176. BANKS }  along to your friends and associates for evaluation.  Please encour-
  2177. age  them  to  purchase  a registered copy if they find that they can use the
  2178. program.
  2179.  
  2180. All registered users will receive an authorized copy of the latest version of
  2181. { MONEY & BANKS }  along  with  any updated documentation on the disk size of
  2182. their choice.   Any  future  upgrade  versions  will be offered to registered
  2183. users at a special upgrade price  -- a significant savings from the then cur-
  2184. rent registration price.
  2185.  
  2186. The name  { MONEY & BANKS }  is a trademark (tm) of RCCO Research Associates.
  2187.  
  2188.  
  2189.  
  2190.  
  2191.  
  2192.  
  2193.  
  2194.  
  2195.  
  2196.  
  2197.  
  2198.  
  2199.  
  2200. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 37
  2201.  
  2202.  
  2203.  
  2204. Technical Support for Registered Users:
  2205.  
  2206. If, after registration, you have any questions or comments regarding the pro-
  2207. gram  { MONEY & BANKS }, please send them in writing to:
  2208.  
  2209.                     RCCO Research Associates
  2210.                     P. O. Box 196
  2211.                     Gatlinburg, TN 37738
  2212.  
  2213. Please include your phone (day & evening) and fax (if any) numbers as well as
  2214. your mailing address on  ALL  written communications.   No  telephone  calls,
  2215. please.  We reserve the right to expand or limit technical support facilities
  2216. in the future, as may become needed.
  2217.  
  2218.  
  2219.  
  2220.  
  2221. APPENDIX C
  2222. ───────────
  2223. Commonly asked questions and some answers:
  2224.  
  2225. Q. If I only want to write a one-time quick check to a party that will  prob-
  2226.    ably never receive one again from me,  why do I have to set up a new PCode
  2227.    for such a transaction?
  2228.  
  2229. A. The reports and querying modules rely  on  certain  items  of  information
  2230.    being available;  without provided detail on a payee's  name,  payee/payor
  2231.    status and an AlloCode,  your future reports and  queries  would  come  up
  2232.    blank for such one-time transactions,  as would  your  permanent  archival
  2233.    records.   More than one  table  relates  to  the  Payee/Payor  table  and
  2234.    requires/compiles information from it;  without a PCode entry,  you  would
  2235.    have to retype the payee's name  and  allocation  several  times  for  the
  2236.    program to be able to handle your transaction properly.  Therefore, please
  2237.    realize it does not take more time to set up a  one-use  PCode  to  handle
  2238.    your data, but actually much less time,  and affords accurate and detailed
  2239.    recordkeeping for your future queries and reports.  When setting up a one-
  2240.    use PCode,  you may save time by omitting the address, city, phone,  etc.;
  2241.    always, however,  enter a unique PCode,  the full PName,  a logical "T" or
  2242.    "F" in the "Payor" cell, and a default AlloCode.  If the existence of that
  2243.    one-use PCode is truly bothersome,  then  after  all  annual  reports  are
  2244.    printed and permanent archives set aside (usually  in  January  of  a  new
  2245.    year), you may delete the record from the Payee/Payor table (PNames.dbf).
  2246.  
  2247.  
  2248. Q. Sometimes I add an entry to the Payee/Payor or Allocations table by Quick-
  2249.    Jumping to the bottom of the table and pressing <DownArrow> to  provide  a
  2250.    new, blank record (rather than using <Alt-N> for form view entry).   After
  2251.    filling in the information in the  different  cells,  I  think  the  table
  2252.    should appear in alphabetical order showing my new  entry  in  its  proper
  2253.    place.  Why does it stay at the bottom?
  2254.  
  2255. A. Because this is not the preferred method for  making  a  new  entry  to  a
  2256.    table (we advise using <Alt-N> form view),  the alphabetical sort needs  a
  2257.    screen "refresh" to show the new entry in its proper position.   Returning
  2258.  
  2259.  
  2260.  
  2261. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 38
  2262.  
  2263.  
  2264.    from <Alt-N> or <Alt-E> form view automatically provides a refresh of  the
  2265.    table view.   To refresh table view while it is on-screen  and  after  you
  2266.    finish editing your new entry,  try pressing <PgUp> once  to  rewrite  the
  2267.    screen; your new entry should appear in its proper position.   Also,  when
  2268.    you <Esc> from table view back to the previous module  or  menu  and  then
  2269.    again enter table view,  you will see the screen refreshed  and  your  new
  2270.    entry saved in its proper place in the table.   Please note  that  if  you
  2271.    enter a PCode (or AlloCode) not in "all caps,"  the sort order will  place
  2272.    it after all the capitalized PCodes (or AlloCodes); make sure you use "all
  2273.    caps" for the PCode (and AlloCode) cells.
  2274.  
  2275.  
  2276. Q. I find the concept of "split transactions" difficult  and  time-consuming;
  2277.    is there a way I can just avoid using them?    (I prefer to sort  my  tax-
  2278.    related deductions and income at year-end with cancelled checks, receipts,
  2279.    W-2's, and forms 1099, anyway.)
  2280.  
  2281. A. There is enough flexibility in  { MONEY & BANKS }  to allow you to  figure
  2282.    out your own expedient way of  doing  transactions.   If  the  absence  of
  2283.    detail in your deposit and check transactions  covering  multiple  alloca-
  2284.    tion categories does not bother you,  we see no functional reason  why  it
  2285.    cannot be done to suit you;  it certainly will not  adversely  effect  the
  2286.    mathematical calculations of your data.  The queries and reports will have
  2287.    more generalized reporting detail that will not be as informative to  you.
  2288.    We do maintain that within a few days' worth of  practice  with  "splits,"
  2289.    their concept,  importance,  and ease of use will become second nature  to
  2290.    you in your data entry.   If you must  avoid  the  feature,  simply  never
  2291.    allowing "SPLIT" or "SPLITD"  as  an  AlloCode  in  any  transaction  will
  2292.    prevent the split transaction screen from popping up.   You will  have  to
  2293.    create broad, generalized allocation codes to handle such transactions.
  2294.  
  2295.  
  2296. Q. I do not care to print checks on my printer  --  I find it tedious,  need-
  2297.    lessly time-consuming,  and not  all  that  important  to  have  computer-
  2298.    generated checks.  Am I missing out on a primary use of your program?
  2299.  
  2300. A. Not at all.  Check  printing is  certainly  not  an  important  functional
  2301.    feature of  { MONEY & BANKS }.   Your efficient and accurate recordkeeping
  2302.    details are the primary reason for using this program.   Many  users  will
  2303.    not want to utilize computer-printed checks.   However,  the  facility  is
  2304.    provided if you wish to use it and if it works with  your  own  dot-matrix
  2305.    printer and bank-printed checks.   What the check-printing module lacks in
  2306.    elegance and flexibility is compensated for only by the fact  that  we  do
  2307.    not require you to order specially-printed pin-feed checks  (as  do  other
  2308.    banking program publishers).
  2309.  
  2310.  
  2311. Q. Aren't there several home and business  budgeting,  retirement,  mortgage,
  2312.    investment,  and loan-related features available in other commercial bank-
  2313.    ing software that are absent in your program?
  2314.  
  2315. A. There are, certainly.   Time and time again,  we found  that  most  people
  2316.    rarely,  or never, use such parts of CPA-designed programs.   Such modules
  2317.    add layers of extra code and overlays  to  the  executable  file,  slowing
  2318.    learning time and the execution of the task at hand:    doing your banking
  2319.  
  2320.  
  2321.  
  2322. MONEY.DOC              { MONEY & BANKS }  Documentation               Page 39
  2323.  
  2324.  
  2325.    quickly,  easily, and efficiently.   We find that people enjoy using their
  2326.    computers in their small business,  professional,  and  home offices,  and
  2327.    that financial operations must not  only  be  accurate,  but  cleanly  and
  2328.    swiftly executed in an attractive,  visual environment with equipment  and
  2329.    knowledge they already possess.  In our pre-development research, we found
  2330.    no  single  other  financial  program  (at  any  price)  to  offer   these
  2331.    requisites.  We trust many will discover these unique features in  { MONEY
  2332.    & BANKS }.
  2333.  
  2334.  
  2335. Q. I dread the changeover into a new calendar year;  I used another financial
  2336.    program that made this an absolute nightmare,  although the program worked
  2337.    well during the rest of the year.   May I continue doing transactions dur-
  2338.    ing the first portion of the calendar year  without  hindrance  from  your
  2339.    program if all items are not cleared and archived from the previous year?
  2340.  
  2341. A. Yes.   In one widely-available commercial program,  the user is aggravated
  2342.    incessantly during the new year with daily reminders that it is now a dif-
  2343.    ferent year and constant messages to  "clean out"  and permanently archive
  2344.    the ending-year data and reports while trying to perform  normal  transac-
  2345.    tions on or after January 1st.  As most people know,  rarely do all checks
  2346.    and deposits clear immediately,  the bank statements arrival dates differ,
  2347.    and we may just not yet be ready to devote time to archival and final  re-
  2348.    porting.   Carry this over more than thirty  days  and  you  are  in  real
  2349.    trouble.   We don't need to hear about this over and over  and  over  with
  2350.    beeps and bright red/white warning screens and time-consuming  "temporary"
  2351.    archivals as we attempt to perform our normal banking transactions  during
  2352.    the start of the new year.   { MONEY & BANKS }  quietly  works  with  YOUR
  2353.    schedule and at your pace.   Continue your banking in the new year;  after
  2354.    all statements have been received,  all ended-year items cleared,  and all
  2355.    needed reports printed and filed,  proceed with the permanent archival  of
  2356.    your data.  Exercise due caution when entering dates to make sure they are
  2357.    indeed the correct ones needed.  Also, after you have entered CHECKS dated
  2358.    IN the new year, you may not then back-date subsequent CHECKS to the ended
  2359.    year; end-year transactions other than checks may continue to be entered.
  2360.  
  2361.  
  2362. Q. I had a check that was prepared and entered in your program,  and sent  to
  2363.    the payee.  It got lost in the mail, and a couple of months later I had to
  2364.    pay the debt in person with cash.  How  can  I  void  the  original  check
  2365.    transaction?
  2366.  
  2367. A. You may go into the account table and the archive  table  and  delete  the
  2368.    rows containing the transaction you wish to void.   You MUST  then  adjust
  2369.    the Balance cell at the very end (bottom) row of  the  account  table,  as
  2370.    there is no automatic mathematical adjustment when working in a table view
  2371.    and an amount is deleted or changed.   Alternately,  to retain a record of
  2372.    the transaction as being voided,  we suggest you create two special  Allo-
  2373.    Codes called "VOIDD" (void debit) and "VOIDC" (void credit).   Rather than
  2374.    delete the record,  simply change the Debit or Credit cell to  "0.00"  and
  2375.    change the AlloCode cell to "VOIDx," where x is the indication of the type
  2376.    of void.   Adjust the Balance cell at the bottom of the account table  for
  2377.    the amount you voided out.    In this manner the record of the transaction
  2378.    will show in queries, reports and your recordkeeping, but with the special
  2379.    allocations called "VOIDx" to remind you of what was done.   You will also
  2380.    have to indicate the transaction as "cleared" when it appears next in  the
  2381.    Reconcile module.
  2382.  
  2383.